Skip to content

ignacioVidaurreta/ati

Repository files navigation

ati

Images Analysis and Treatment repository

How to run the project

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

About

Images Analysis and Treatment repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages