MedExplorer is a smartphone application designed to streamline the prescription process, transforming handwritten prescriptions into machine-readable text using Machine Learning (ML). The app generates a unique QR code for each prescription to enhance collaboration between patients, pharmacists, and healthcare professionals, improving prescription accuracy and ease of access.
- Handwritten Prescription Conversion: Utilizes ML to convert handwritten prescriptions into digital text.
- QR Code Generation: Each prescription comes with a unique QR code for easy access by patients and pharmacies.
- Prescription Management: Patients can view and manage their prescription history via a mobile interface.
- Collaboration: Simplifies communication between healthcare providers and pharmacies for faster, more accurate service.
- Secure: Adheres to healthcare regulations (like HIPAA) to ensure data privacy and security.
- Node.js and npm installed on your system
- A machine with Docker for backend services (optional)
git clone https://github.com/yourusername/medexplorer.git
cd medexplorer
Backend Repository Ensure you also clone the backend repository:
git clone https://github.com/Rdilshan/MedExplorer_Backend.git
cd MedExplorer_Backend