Skip to content

Team-Rookie/medical-language-simplifier

Repository files navigation

Medical Language Simplifier

Quick Start

Option 1: Using Docker (Pre built image)

docker-compose up -d

Option 2: Local Setup (Developers)

  1. Clone the repository
git clone https://github.com/Team-Rookie/medical-language-simplifier.git
cd medical-language-simplifier
  1. Set environment variables
cp .env.example .env

Update:

GEMINI_API_KEY=your_api_key
  1. Run the application
python app.py

use --debug flag for debug mode


Usage

  1. Open http://127.0.0.1:8000

  2. Upload a medical report

  3. Continue to view:

    • Extracted Text
    • Simplified Summary
    • Glossary of medical terms

Notes

  • Keep the terminal running while using the application
  • Debug mode enables detailed logs and auto-reload
  • Ensure required Python dependencies are installed (see requirements)

Status

In Development

This project is currently under development. Only essential code or features are available yet.


Check out CONTRIBUTING.md for detailed contribution guidelines.

About

An NLP-based tool that converts complex medical text into simple, patient-friendly language.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors