A multilingual conversational AI API for medical question answering.
This API leverages state-of-the-art language models (Apollo-7B, AraBERT) with retrieval-augmented generation (RAG), built on FastAPI for blazing-fast performance.
It is designed to:
| Component | Technology |
|---|---|
| API Framework | FastAPI |
| LLM | Apollo-7B (FreedomIntelligence) |
| Arabic Embeddings | GATE-AraBERT-v1 |
| Vector Store | Qdrant Cloud |
| Deployment | Azure Machine Learning |
| Tokenizer & Models | Hugging Face Transformers |
git clone [https://github.com/<your-username>/Scanalyze-Medical-Chatbot.git](https://github.com/khalednabawey/Scanalyze-Medical-Chatbot)
cd Scanalyze-Medical-Chatbot
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
8 commits
Python
99.8%
A multilingual conversational AI API for medical question answering.
This API leverages state-of-the-art language models (Apollo-7B, AraBERT) with retrieval-augmented generation (RAG), built on FastAPI for blazing-fast performance.
It is designed to:
| Component | Technology |
|---|---|
| API Framework | FastAPI |
| LLM | Apollo-7B (FreedomIntelligence) |
| Arabic Embeddings | GATE-AraBERT-v1 |
| Vector Store | Qdrant Cloud |
| Deployment | Azure Machine Learning |
| Tokenizer & Models | Hugging Face Transformers |
git clone [https://github.com/<your-username>/Scanalyze-Medical-Chatbot.git](https://github.com/khalednabawey/Scanalyze-Medical-Chatbot)
cd Scanalyze-Medical-Chatbot
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
8 commits
Python
99.8%