Skip to content

Commit 70a3677

Browse files
Merge pull request #45 from souvikmajumder26/dev
Updated README
2 parents 6703b0c + 2d7c327 commit 70a3677

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For learners: Refer `agents/README.md` for detailed explanation of the agentic w
6767
## 💫 Demo <a name="demo"></a>
6868

6969

70-
https://github.com/user-attachments/assets/addd61f7-905e-43ba-b5da-c6deedf0fbb9
70+
https://github.com/user-attachments/assets/e096013d-f736-41f7-ae7a-45daf67efd5d
7171

7272

7373
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> ! :)
@@ -176,8 +176,8 @@ source <environment-name>/bin/activate # For Mac/Linux
176176
### 3️⃣ Install Dependencies
177177

178178
> [!IMPORTANT]
179-
> ffmpeg is required for speech service to work.
180-
> Poppler and Tesseract OCR are essential for table extraction from PDFs using Unstructured.IO.
179+
> 1. ffmpeg is required for speech service to work.
180+
> 2. Poppler and Tesseract OCR are essential for table extraction from PDFs using Unstructured.IO.
181181
182182
- To install poppler and tesseract OCR for Ubuntu/Debian/macOS:
183183
```bash
@@ -299,9 +299,9 @@ python ingest_rag_data.py --dir ./data/raw
299299
## 🧠 Usage <a name="usage"></a>
300300

301301
> [!NOTE]
302-
> The first run can be jittery and may get errors - be patient and check the console for ongoing downloads and installations.
303-
> On the first run, many models will be downloaded - yolo for tesseract ocr, computer vision agent models, cross-encoder reranker model, etc.
304-
> Once they are completed, retry. Everything should work seamlessly since all of it is thoroughly tested.
302+
> 1. The first run can be jittery and may get errors - be patient and check the console for ongoing downloads and installations.
303+
> 2. On the first run, many models will be downloaded - yolo for tesseract ocr, computer vision agent models, cross-encoder reranker model, etc.
304+
> 3. Once they are completed, retry. Everything should work seamlessly since all of it is thoroughly tested.
305305
306306
- Upload medical images for **AI-based diagnosis**. Task specific Computer Vision model powered agents - upload images from 'sample_images' folder to try out.
307307
- Ask medical queries to leverage **retrieval-augmented generation (RAG)** if information in memory or **web-search** to retrieve latest information.

0 commit comments

Comments
 (0)