An AI-powered medical assistant designed to help users analyze medical documents, answer health-related questions, and provide intelligent insights using modern AI technologies.
- 🤖 AI-powered medical chatbot
- 📄 Medical report analysis
- 🖼️ OCR support for scanned prescriptions
- 🔍 Retrieval-Augmented Generation (RAG)
- 💬 Natural language medical Q&A
- 📊 AI-generated insights
- 🔒 Secure document processing
- ⚡ Fast and user-friendly interface
| Category | Technologies |
|---|---|
| Frontend | HTML, CSS, JavaScript |
| Backend | Python, Flask / FastAPI |
| AI | Hugging Face Transformers, PyTorch |
| Vector Search | FAISS |
| OCR | Tesseract OCR, pdfminer.six |
| Database | SQLite / MongoDB |
Med-AI/
├── app.py
├── requirements.txt
├── static/
├── templates/
├── uploads/
├── models/
├── utils/
└── README.md
git clone https://github.com/vigneshwaran1702/Med-AI.git
cd Med-AICreate a virtual environment:
python -m venv venvWindows
venv\Scripts\activateLinux / macOS
source venv/bin/activateInstall dependencies:
pip install -r requirements.txtRun the application:
python app.pyAdd screenshots of the application here.
- Voice-enabled medical assistant
- Multi-language support
- Medicine recommendation
- Appointment scheduling
- Cloud deployment
- Doctor dashboard
- Medical history management
Contributions are welcome.
- Fork the repository
- Create a feature branch
- Commit your changes
- Push your branch
- Open a Pull Request
This application is intended for educational and research purposes only. It should not be used as a substitute for professional medical advice, diagnosis, or treatment.
Vigneshwaran P
GitHub: https://github.com/vigneshwaran1702
If you found this project helpful, please ⭐ the repository.