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 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