A mobile application that uses image recognition and AI to provide detailed information about medications from a simple photo.
GitHub →MEDLENS is an innovative mobile application designed to simplify medication information access. Users can simply take a photo of a medicine, and the app provides comprehensive details about its uses, side effects, and proper consumption methods. This project combines the power of Flutter for the frontend, Flask for the backend, and integrates advanced OCR and AI technologies to deliver accurate and user-friendly medication information.
Clone the repository:
git clone https://github.com/yourusername/medlens.git
cd medlens/frontendInstall Flutter dependencies:
flutter pub getRun the app on an emulator or physical device:
flutter runNavigate to the backend directory:
cd ../backendCreate a virtual environment:
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`Install Python dependencies:
pip install -r requirements.txtSet up environment variables (API keys, etc.)
Run the Flask server:
flask runWe welcome contributions to MEDLENS! Here's how you can help:
git checkout -b feature/AmazingFeature).git commit -m 'Add some AmazingFeature').git push origin feature/AmazingFeature).This project is licensed under the MIT License. See the LICENSE file for details.
For more information or to report issues, please visit our GitHub repository.