(Graduation Project) An Smart platform for medical image analysis and multilingual medical Q&A. Supports deep learning models for disease detection across various modalities and integrates a state-of-the-art RAG-powered chatbot for accurate, context-aware responses in both Arabic and English. Built for cloud deployment with Qdrant, and HugginFace
1
stars
7
commits
Jupyter Notebook
primary language
Jul 10, 2025
updated
A FastAPI-based application for medical image analysis using deep learning models. The application supports detection of multiple medical conditions through various scanning modalities.
git clone https://github.com/yourusername/Medical-Scan-App.git
cd Medical-Scan-App
python -m venv venv
# For Windows
.\venv\Scripts\activate
# For Linux/Mac
source venv/bin/activate
pip install -r requirements.txt
uvicorn main:app --reload
Each medical condition has its own endpoint for predictions:
/Brain-Tumor/predict - Brain tumor detection/Tuberculosis/predict - TB detection/Lung-Cancer/predict - Lung cancer detection/Covid/predict - COVID-19 detection/Pneumonia/predict - Pneumonia detection/Kidnee/kidney/predict - Kidney disease detection/Kidnee/knee/predict - Knee disease detection/Diabetic-Retinopathy/predict - Diabetic retinopathy detectionThe application uses pre-trained models hosted on Kaggle:
git checkout -b feature/amazing-feature)git commit -m 'Add some amazing feature')git push origin feature/amazing-feature)This project is licensed under the MIT License - see the LICENSE file for details.
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
7 commits
Jupyter Notebook
98.6%
Python
1.4%
(Graduation Project) An Smart platform for medical image analysis and multilingual medical Q&A. Supports deep learning models for disease detection across various modalities and integrates a state-of-the-art RAG-powered chatbot for accurate, context-aware responses in both Arabic and English. Built for cloud deployment with Qdrant, and HugginFace
1
stars
7
commits
Jupyter Notebook
primary language
Jul 10, 2025
updated
A FastAPI-based application for medical image analysis using deep learning models. The application supports detection of multiple medical conditions through various scanning modalities.
git clone https://github.com/yourusername/Medical-Scan-App.git
cd Medical-Scan-App
python -m venv venv
# For Windows
.\venv\Scripts\activate
# For Linux/Mac
source venv/bin/activate
pip install -r requirements.txt
uvicorn main:app --reload
Each medical condition has its own endpoint for predictions:
/Brain-Tumor/predict - Brain tumor detection/Tuberculosis/predict - TB detection/Lung-Cancer/predict - Lung cancer detection/Covid/predict - COVID-19 detection/Pneumonia/predict - Pneumonia detection/Kidnee/kidney/predict - Kidney disease detection/Kidnee/knee/predict - Knee disease detection/Diabetic-Retinopathy/predict - Diabetic retinopathy detectionThe application uses pre-trained models hosted on Kaggle:
git checkout -b feature/amazing-feature)git commit -m 'Add some amazing feature')git push origin feature/amazing-feature)This project is licensed under the MIT License - see the LICENSE file for details.
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
7 commits
Jupyter Notebook
98.6%
Python
1.4%