diff --git a/content/posts/commits/2026-08-10-commit-561100c.md b/content/posts/commits/2026-08-10-commit-561100c.md new file mode 100644 index 0000000..f311cb6 --- /dev/null +++ b/content/posts/commits/2026-08-10-commit-561100c.md @@ -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