9
9
![ LangGraph - Version] ( https://img.shields.io/badge/LangGraph-0.3+-teal?style=for-the-badge&logo=langgraph )
10
10
![ LangChain - Version] ( https://img.shields.io/badge/LangChain-0.3+-teal?style=for-the-badge&logo=langchain )
11
11
![ Qdrant Client - Version] ( https://img.shields.io/badge/Qdrant-1.13+-red?style=for-the-badge&logo=qdrant )
12
- ![ FastAPI - Version] ( https://img.shields.io/badge/FastAPI-0.115+-teal?style=for-the-badge&logo=fastapi )
13
12
![ Pydantic - Version] ( https://img.shields.io/badge/Pydantic-2.10+-red?style=for-the-badge&logo=pydantic )
14
- ![ Flask - Version] ( https://img.shields.io/badge/Flask-3.1+-blue?style=for-the-badge&logo=flask )
13
+ ![ FastAPI - Version] ( https://img.shields.io/badge/FastAPI-0.115+-teal?style=for-the-badge&logo=fastapi )
14
+ ![ Docling - Version] ( https://img.shields.io/badge/Docling-3.1+-orange?style=for-the-badge&logo=docling )
15
15
[ ![ Generic badge] ( https://img.shields.io/badge/License-Apache-<COLOR>.svg?style=for-the-badge )] ( https://github.com/souvikmajumder26/Multi-Agent-Medical-Assistant/blob/main/LICENSE )
16
16
[ ![ GitHub Issues] ( https://img.shields.io/github/issues/souvikmajumder26/Multi-Agent-Medical-Assistant.svg?style=for-the-badge )] ( https://github.com/souvikmajumder26/Multi-Agent-Medical-Assistant/issues )
17
17
![ Contributions welcome] ( https://img.shields.io/badge/contributions-welcome-orange.svg?style=for-the-badge )
@@ -109,7 +109,7 @@ If you like what you see and would want to support the project's developer, you
109
109
🔹 **Vector Database**: Qdrant (for retrieval-augmented generation) 🔍
110
110
🔹 **Medical Image Analysis**: Computer vision models (Brain Tumor - Semantic Segmentation, Chest X-ray - Object Detection, Skin Lesion - Classification) 🏥
111
111
🔹 **Speech Processing**: Eleven Labs API 🎙️
112
- 🔹 **UI**: HTML, CSS, JS, Flask 🌐
112
+ 🔹 **UI**: HTML, CSS, JS 🌐
113
113
🔹 **Deployment**: Docker 🛠️ -->
114
114
115
115
## ✨ Key Features <a name =" key-features " ></a >
@@ -154,8 +154,9 @@ If you like what you see and would want to support the project's developer, you
154
154
155
155
| Component | Technologies |
156
156
| -----------| -------------|
157
- | 🔹 ** Backend Framework** | FastAPI, Flask |
157
+ | 🔹 ** Backend Framework** | FastAPI |
158
158
| 🔹 ** Agent Orchestration** | LangGraph |
159
+ | 🔹 ** Document Parsing** | Docling |
159
160
| 🔹 ** Knowledge Storage** | Qdrant Vector Database |
160
161
| 🔹 ** Medical Imaging** | Computer Vision Models |
161
162
| | • Brain Tumor: Object Detection (PyTorch) |
@@ -164,7 +165,7 @@ If you like what you see and would want to support the project's developer, you
164
165
| 🔹 ** Guardrails** | LangChain |
165
166
| 🔹 ** Speech Processing** | Eleven Labs API |
166
167
| 🔹 ** Frontend** | HTML, CSS, JavaScript |
167
- | 🔹 ** Deployment** | Docker, CI/CD Pipeline |
168
+ | 🔹 ** Deployment** | Docker, GitHub Actions CI/CD |
168
169
169
170
---
170
171
0 commit comments