Files
blog/content/posts/commits/2026-08-10-commit-561100c.md
Betty 7a49f1a58c
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
post: commit 561100c in myai
2026-08-10 23:43:51 +02:00

920 B

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[myai] feat(myai): initial — FastAPI + scikit-learn + PostgreSQL 2026-08-10T23:43:49+02:00 false
commit
myai
main
Git Activity
Commit 561100c par Betty dans myai 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