File size: 881 Bytes
a8ee124
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
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.)*