TanvirHafiz/Medical-report-analyzer
Built by Metorial, the integration platform for agentic AI.
TanvirHafiz/Medical-report-analyzer
Server Summary
Upload medical reports
Extract and analyze test results
Describe symptoms and assess conditions
Provide health suggestions and precautions
Detail medicine usage and side effects
Personalized dosage schedule analysis
Toggle between English and Bengali
A web application that provides medical report analysis, symptoms analysis, and medicine information using AI. The application supports both English and Bengali (বাংলা) languages.
Medical Report Analysis
Symptoms Analysis
Medicine Information
Bilingual Support
git clone
cd medical-report-analyzer
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
Install Tesseract OCR:
sudo apt-get install tesseract-ocr
brew install tesseract
Install and run Ollama:
ollama pull deepseek-r1:14b
app.py
:pytesseract.pytesseract.tesseract_cmd = r'C:\Program Files\Tesseract-OCR\tesseract.exe' # Adjust path as needed
ollama run deepseek-r1:14b
python app.py
http://localhost:5000
Analyzing Medical Reports
Analyzing Symptoms
Getting Medicine Information
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.