An AI-powered tool that helps patients understand complex medical reports by providing plain-language explanations and answering questions about their lab results, medical reports, and clinical documents.
- 📄 Support for multiple document formats (PDF, DOCX, PNG, JPG)
- 🔍 Intelligent text extraction with OCR capabilities
- 💬 Interactive chat interface for asking questions
- 🔒 HIPAA-aware design with no data retention
- ⚡ Powered by DeepSeek-R1 language model
- Python 3.8+
- Together AI API key
- Tesseract OCR installed
- Clone the repository:
git clone https://github.com/fahadyaseen001/MedExplain-AI
cd MedExplain-AI
- Install required packages:
pip install -r requirements.txt
- Install Tesseract OCR:
- Windows: Download from GitHub
- Linux:
sudo apt-get install tesseract-ocr
- Mac:
brew install tesseract
- Get your API key from Together AI
- Run the Streamlit app:
streamlit run app.py
- Enter your Together AI API key in the sidebar
- Upload a medical document
- Start asking questions about your report
- No data is stored or retained
- Document processing is encrypted
- Local processing where possible
- API communications are secured
This project is licensed under the MIT License - see the LICENSE file for details.
This tool is for informational purposes only and does not replace professional medical advice. Always consult with healthcare professionals for medical decisions.