๐ ๏ธ Roadmap
# MedAI / VetAI / SantAI Roadmap
## Phase A โ Prototype minimal - On Premise ONLY
- Curated RAG structure
- Core modules integration (SantAI = common technical core to VetAI and MedAI)
ย ย - Transcription: Whisper (local)
ย ย - LLM: Llama 3.1 70B via Ollama local
ย ย - RAG: LlamaIndex โ
Vous maรฎtrisez dรฉjร
ย ย - Framework: Python + FastAPI โ
Parfait
ย ย - Base vectorielle: Qdrant ou ChromaDB (local)
ย ย - Interface: Streamlit (rapide) ou Gradio
```
santAI/
โโโ transcription/
โ โโโ whisper_local.py # Whisper base model
โ โโโ audio_processor.py # Preprocessing audio
โ
โโโ rag/
โ โโโ vectorstore/
โ โ โโโ chroma_db/ # Base ChromaDB locale
โ โ โโโ index_manager.py # Gestion index LlamaIndex
โ โ
โ โโโ medical_corpus/
โ โ โโโ guidelines/ # Vos JSONs guidelines
โ โ โโโ pharmAI/ # Donnรฉes Pharmacopรฉรฉ
โ โ โโโ protocols/ # Protocoles thรฉrapeutiques
โ โ โโโ tropical_diseases/ # Spรฉcifique Rรฉunion
โ โ
โ โโโ retriever.py # โญ LLAMAINDEX
โ โโโ embeddings.py # Modรจles embedding (sentence-transformers)
โ โโโ corpus_loader.py # Chargement JSONs โ LlamaIndex
โ
โโโ llm/
โ โโโ qwen3_interface.py # Interface principale Qwen3
โ โโโ qwen3_thinking.py # โญ Mode thinking mรฉdical
โ โโโ config.py # Configuration modรจle
โ
โโโ prescription/
โ โโโ dosage_engine.py # Calculs posologies
โ โโโ interaction_checker.py # Vรฉrification interactions
โ โโโ molecule_visual.py # Active molecule visual
โ โ https://molecule-icon-generator.streamlit.app/
โ โโโ vidal_interface.py # Interface base Vidal
โ
โโโ api/
โ โโโ main.py # FastAPI principal
โ โโโ routes/
โ โ โโโ consultation.py # Endpoints consultation
โ โ โโโ diagnostic.py # Endpoints diagnostic
โ โ โโโ prescription.py # Endpoints prescription
โ โโโ models.py # Pydantic models
โ
โโโ interface/
โ โโโ app.py # Streamlit principal
โ โโโ components/
โ โโโ transcription_ui.py # UI transcription
โ โโโ diagnostic_ui.py # UI diagnostic diffรฉrentiel
โ โโโ prescription_ui.py # UI prescription
โ
โโโ requirements.txt # Dรฉpendances
โโโ config.yaml # Configuration globale
โโโ README.md # Documentation
```
- First local LLM test
- Proof Of Concept
## Phase B โ Academic pilot
- Clinical and veterinary validation
- User feedback loop
- Improved testing and CI
## Phase C โ LTS (Long-Term Support)
- Stable release
- Debian packaging & integration
- Documentation & multilingual support
- Governance & funding model operational
## Future
- International regional deployments under SaintAI core
- Integration with public health datasets and partners