post: commit 561100c in myai
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled

This commit is contained in:
Betty
2026-08-10 23:43:49 +02:00
parent 6ad35890c5
commit 7a49f1a58c

View File

@@ -0,0 +1,31 @@
---
title: "[myai] feat(myai): initial — FastAPI + scikit-learn + PostgreSQL"
date: 2026-08-10T23:43:49+02:00
draft: false
tags: ["commit", "myai", "main"]
categories: ["Git Activity"]
summary: "Commit 561100c par Betty dans myai"
author: "Betty"
---
## Commit `561100c`
| | |
|---|---|
| **Repository** | myai |
| **Branch** | `main` |
| **Author** | Betty |
| **Hash** | `561100c922c7451dca626f14f7e73ef32f0ce6df` |
### Description
Classificateur de logs sécurité (6 classes : sqli, xss, rce, exposure,
misconfiguration, auth_bypass) via TF-IDF + LogisticRegression.
- Pipeline ML sérialisé en bytea dans le postgres du stack base (réseau backend)
- DB 'myai' + table 'models' créées automatiquement au démarrage
- Endpoints : /predict, /train, /model/info, /health
- Déploiement Swarm : worker, port 8765, 512M RAM, secret postgres_password
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>