This is the second project of the Bioinspired Optimization class given by Professor Erick Barboza, PhD.
Students:
See a summary of the work on the Presentation
Install pip
and virtualenv
:
sudo apt-get install python3-pip
sudo pip3 install virtualenv
Clone the repository:
git clone [email protected]:anthonyjatoba/deep_radiomics.git
Create a virtual environment within the project directory:
cd deep_radiomics
virtualenv -p python3 env
Install the required dependencies:
source env/bin/activate
pip install -r requirements.txt