Skip to content

Commit a5b0229

Browse files
committed
Updated README
1 parent 9d2469b commit a5b0229

1 file changed

Lines changed: 11 additions & 30 deletions

File tree

README.md

Lines changed: 11 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22

3-
![logo](https://github.com/souvikmajumder26/Multi-Agent-Medical-Assistant/blob/main/assets/logo_rounded.png)
3+
![logo](https://github.com/climax-dev-1/Multi-Agent-RAG-for-healthcare/blob/main/assets/logo_rounded.png)
44

55
<h1 align="center"><strong>⚕️ Multi-Agent-Medical-Assistant :<h6 align="center">AI-powered multi-agentic system for medical diagnosis and assistance</h6></strong></h1>
66

@@ -12,8 +12,8 @@
1212
![Pydantic - Version](https://img.shields.io/badge/Pydantic-2.10+-red?style=for-the-badge&logo=pydantic)
1313
![FastAPI - Version](https://img.shields.io/badge/FastAPI-0.115+-teal?style=for-the-badge&logo=fastapi)
1414
![Docling - Version](https://img.shields.io/badge/Docling-3.1+-orange?style=for-the-badge&logo=docling)
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-
[![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)
15+
[![Generic badge](https://img.shields.io/badge/License-Apache-<COLOR>.svg?style=for-the-badge)](https://github.com/climax-dev-1/Multi-Agent-RAG-for-healthcare/blob/main/LICENSE)
16+
[![GitHub Issues](https://img.shields.io/github/issues/climax-dev-1/Multi-Agent-RAG-for-healthcare.svg?style=for-the-badge)](https://github.com/climax-dev-1/Multi-Agent-RAG-for-healthcare/issues)
1717
![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg?style=for-the-badge)
1818

1919
</div>
@@ -25,7 +25,7 @@
2525
> 1. **Document Processing Upgrade**: Unstructured.io has been replaced with Docling for document parsing and extraction of text, tables, and images to be embedded.
2626
> 2. **Enhanced RAG References**: Links to source documents and reference images present in reranked retrieved chunks stored in local storage are added to the bottom of the RAG responses.
2727
>
28-
> To use Unstructured.io based solution, refer release - [v2.0](https://github.com/souvikmajumder26/Multi-Agent-Medical-Assistant/tree/v2.0).
28+
> To use Unstructured.io based solution, refer release - [v2.0](https://github.com/climax-dev-1/Multi-Agent-RAG-for-healthcare/tree/v2.0).
2929
3030
## 📚 Table of Contents
3131
- [Overview](#overview)
@@ -76,11 +76,6 @@ For learners: Refer `agents/README.md` for detailed explanation of the agentic w
7676
## 💫 Demo <a name="demo"></a>
7777

7878

79-
https://github.com/user-attachments/assets/d27d4a2e-1c7d-45e2-bbc5-b3d95ccd5b35
80-
81-
82-
If you like what you see and would want to support the project's developer, you can <a href="https://www.buymeacoffee.com/souvikmajumder" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a> ! :)
83-
8479
📂 **For an even more detailed demo video**: Check out [`Multi-Agent-Medical-Assistant-v1.9`](assets/Multi-Agent-Medical-Assistant-v1.9_Compressed.mp4). 📽️
8580

8681
---
@@ -182,7 +177,7 @@ If you like what you see and would want to support the project's developer, you
182177

183178
### 1️⃣ Clone the Repository
184179
```bash
185-
git clone https://github.com/souvikmajumder26/Multi-Agent-Medical-Assistant.git
180+
git clone https://github.com/climax-dev-1/Multi-Agent-RAG-for-healthcare.git
186181
cd Multi-Agent-Medical-Assistant
187182
```
188183

@@ -294,7 +289,7 @@ docker logs medical-assistant-app
294289

295290
### 1️⃣ Clone the Repository
296291
```bash
297-
git clone https://github.com/souvikmajumder26/Multi-Agent-Medical-Assistant.git
292+
git clone https://github.com/climax-dev-1/Multi-Agent-RAG-for-healthcare.git
298293
cd Multi-Agent-Medical-Assistant
299294
```
300295

@@ -325,7 +320,7 @@ pip install -r requirements.txt
325320
```
326321
- If using python venv:
327322
```bash
328-
winget install ffmpeg
323+
winget install ffmpeg
329324
```
330325
```bash
331326
pip install -r requirements.txt
@@ -370,7 +365,7 @@ python ingest_rag_data.py --dir ./data/raw
370365
---
371366

372367
## 🤝 Contributions <a name="contributions"></a>
373-
Contributions are welcome! Please check the [issues](https://github.com/souvikmajumder26/Multi-Agent-Medical-Assistant/issues) tab for feature requests and improvements.
368+
Contributions are welcome! Please check the [issues](https://github.com/climax-dev-1/Multi-Agent-RAG-for-healthcare/issues) tab for feature requests and improvements.
374369

375370
---
376371

@@ -381,27 +376,13 @@ This project is licensed under the **Apache-2.0 License**. See the [LICENSE](LIC
381376

382377
## 📝 Citing <a name="citing"></a>
383378
```
384-
@misc{Souvik2025,
385-
Author = {Souvik Majumder},
379+
@misc{Climax2025,
380+
Author = {Climax Dev},
386381
Title = {Multi Agent Medical Assistant},
387382
Year = {2025},
388383
Publisher = {GitHub},
389384
Journal = {GitHub repository},
390-
Howpublished = {\url{https://github.com/souvikmajumder26/Multi-Agent-Medical-Assistant}}
385+
Howpublished = {\url{https://github.com/climax-dev-1/Multi-Agent-RAG-for-healthcare}}
391386
}
392387
```
393388

394-
---
395-
396-
## 📬 Contact <a name="contact"></a>
397-
For any questions or collaboration inquiries, reach out to **Souvik Majumder** on:
398-
399-
🔗 **LinkedIn**: [https://www.linkedin.com/in/souvikmajumder26](https://www.linkedin.com/in/souvikmajumder26)
400-
401-
🔗 **GitHub**: [https://github.com/souvikmajumder26](https://github.com/souvikmajumder26)
402-
403-
<p align="right">
404-
<a href="#top"><b>🔝 Return </b></a>
405-
</p>
406-
407-
---

0 commit comments

Comments
 (0)