Skip to content

Diabetic-Research-Group/diabetes-treatment-recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

T2DM Treatment Expert System (prototype)

Setup

  1. Create a Python virtual environment:

    • python -m venv .venv
    • source .venv/bin/activate (Linux/macOS)
    • .venv\Scripts\activate (Windows)
  2. Install requirements: pip install -r requirements.txt

Run the Streamlit app

streamlit run app.py

The Streamlit UI will open in the browser. Enter patient values and click "Get Recommendation".

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages