* Added backend infrastructure (FastAPI, Dockerfile, requirements) * Set up frontend (Streamlit, Dockerfile, requirements) * Configured docker-compose with Milvus and Flowise services * Created project structure with .env.template and .dockerignore * Added initial gitignore and project metadata
14 lines
No EOL
432 B
Markdown
14 lines
No EOL
432 B
Markdown
# systeme-retro-contenu
|
|
|
|
Système de création de contenu rétrospectif
|
|
|
|
## Frontend
|
|
|
|
## Backend
|
|
|
|
| Route | Method | Description |
|
|
|--------------------|--------|----------------------|
|
|
| /import/data | POST | Import raw data |
|
|
| /analyse/{data_id} | GET | Analyse stored data |
|
|
| /export/{data_id} | GET | Export analysed data |
|
|
| /generate/content | POST | Generate new content | |