Images Analysis and Treatment repository
Install virtualenv to keep all your dependencies in one place.
sudo apt-get install virtualenv
After that, create a virtual environment
virtualenv venv --python=python3
This should create a venv folder. Activate it by running
source venv/bin/activate
Install the dependencies
pip install -r requirements.txt
After that, you are ready to go! Run the GUI
python gui/main.py