You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you like what you see and would want to support the project's developer, you can <ahref="https://www.buymeacoffee.com/souvikmajumder"target="_blank"><imgsrc="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: 0px3px2px0pxrgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px3px2px0pxrgba(190, 190, 190, 0.5) !important;" ></a> ! :)
@@ -176,8 +176,8 @@ source <environment-name>/bin/activate # For Mac/Linux
176
176
### 3️⃣ Install Dependencies
177
177
178
178
> [!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.
181
181
182
182
- To install poppler and tesseract OCR for Ubuntu/Debian/macOS:
> 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.
305
305
306
306
- Upload medical images for **AI-based diagnosis**. Task specific Computer Vision model powered agents - upload images from 'sample_images' folder to try out.
307
307
- Ask medical queries to leverage **retrieval-augmented generation (RAG)** if information in memory or **web-search** to retrieve latest information.
0 commit comments