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

32 lines
920 B
Markdown

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