Skip to content

Commit 243eb95

Browse files
Merge pull request #60 from souvikmajumder26/dev
Updated README with Docling
2 parents 53fc43d + 616817a commit 243eb95

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
![LangGraph - Version](https://img.shields.io/badge/LangGraph-0.3+-teal?style=for-the-badge&logo=langgraph)
1010
![LangChain - Version](https://img.shields.io/badge/LangChain-0.3+-teal?style=for-the-badge&logo=langchain)
1111
![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)
1312
![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)
1515
[![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)
1616
[![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)
1717
![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
109109
🔹 **Vector Database**: Qdrant (for retrieval-augmented generation) 🔍
110110
🔹 **Medical Image Analysis**: Computer vision models (Brain Tumor - Semantic Segmentation, Chest X-ray - Object Detection, Skin Lesion - Classification) 🏥
111111
🔹 **Speech Processing**: Eleven Labs API 🎙️
112-
🔹 **UI**: HTML, CSS, JS, Flask 🌐
112+
🔹 **UI**: HTML, CSS, JS 🌐
113113
🔹 **Deployment**: Docker 🛠️ -->
114114

115115
## ✨ 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
154154

155155
| Component | Technologies |
156156
|-----------|-------------|
157-
| 🔹 **Backend Framework** | FastAPI, Flask |
157+
| 🔹 **Backend Framework** | FastAPI |
158158
| 🔹 **Agent Orchestration** | LangGraph |
159+
| 🔹 **Document Parsing** | Docling |
159160
| 🔹 **Knowledge Storage** | Qdrant Vector Database |
160161
| 🔹 **Medical Imaging** | Computer Vision Models |
161162
| | • 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
164165
| 🔹 **Guardrails** | LangChain |
165166
| 🔹 **Speech Processing** | Eleven Labs API |
166167
| 🔹 **Frontend** | HTML, CSS, JavaScript |
167-
| 🔹 **Deployment** | Docker, CI/CD Pipeline |
168+
| 🔹 **Deployment** | Docker, GitHub Actions CI/CD |
168169

169170
---
170171

0 commit comments

Comments
 (0)