docker-compose up -d- Clone the repository
git clone https://github.com/Team-Rookie/medical-language-simplifier.git
cd medical-language-simplifier- Set environment variables
cp .env.example .envUpdate:
GEMINI_API_KEY=your_api_key
- Run the application
python app.pyuse
--debugflag for debug mode
-
Upload a medical report
-
Continue to view:
- Extracted Text
- Simplified Summary
- Glossary of medical terms
- Keep the terminal running while using the application
- Debug mode enables detailed logs and auto-reload
- Ensure required Python dependencies are installed (see requirements)
In Development
This project is currently under development. Only essential code or features are available yet.
Check out CONTRIBUTING.md for detailed contribution guidelines.