This repo contains the source code to run two easy-to-use applications called segmentation rater and tracing selector to quickly gather feedback from clinician's on model performance.
git clone https://github.com/PingHe-Stan/EchoAI_App.git
cd EchoAI_App
# Pip and Venv
python -m venv echoaiapp
source echoaiapp/bin/activate
pip install -r requirements.txt
flask run