Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 478 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 478 Bytes

CT Dose Check

Web application for radiation dose optimization based on US and Europe DRLs.

How to download and run

Set up a Conda environment through the Anaconda CLI with the following commands:

conda create --name my_env pip
conda activate my_env
cd fpath/to/ct_dose_check
pip install -r requirements.txt
streamlit run main.py

The web application will open in your browser running on a local server.

Credits

  • Nathan Wang
  • Lina Karout
  • Mannudeep Kalra