Spaces:
Sleeping
Sleeping
| title: MediChatAI | |
| emoji: π | |
| colorFrom: red | |
| colorTo: red | |
| sdk: streamlit | |
| app_file: src/streamlit_app.py | |
| tags: | |
| - streamlit | |
| pinned: false | |
| short_description: ' an intelligent medical report analyzer' | |
| # π₯ MediChat AI: Analysis Dashboard | |
| Welcome to the MediChat AI Medical Report Analyzer! | |
| This application uses advanced Optical Character Recognition (OCR) and the Mistral-7B Large Language Model to extract data from medical reports and provide instant, structured analysis. | |
| ## Features | |
| * **Instant Diagnosis:** Upload a PDF or Image of a medical report for immediate processing. | |
| * **Smart Extraction:** Automatically flags critical severity levels and abnormal findings. | |
| * **Interactive Chat:** Ask specific follow-up questions about the patient's data using the Doctor's Companion Chat. | |
| *(Note: Edit `/src/streamlit_app.py` to customize the core application logic.)* |