HealthBridge is a web-based Electronic Health Record (EHR) system that utilizes Optical Character Recognition (OCR) and AI/ML technology to extract medicine names from uploaded prescriptions. The system also provides medication suggestions based on patient medical reports. It aims to assist healthcare providers in making informed decisions by leveraging patient history, ultimately leading to better care outcomes.
- HTML
- CSS
- JavaScript
- Python
- Flask (Python web framework)
- PyTesseract (OCR library)
- OpenCV (Computer vision library)
- Pandas (Data manipulation library)
- Prescription Upload: Users can upload prescription images or scanned documents.
- OCR Extraction: The system employs PyTesseract and OpenCV to extract medicine names from prescriptions.
- Medical Report Analysis: Patient medical reports are analyzed to provide relevant medication suggestions.
- Data Management: The system uses Pandas for efficient data manipulation and storage.
- User-friendly Interface: The website offers an intuitive and responsive user interface for easy navigation and interaction.
Snippets