Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 990 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 990 Bytes

Description

This is the second project of the Bioinspired Optimization class given by Professor Erick Barboza, PhD.

Students:

See the presentation

See a summary of the work on the Presentation

How to set up the environment for the first time

Install pip and virtualenv:

sudo apt-get install python3-pip

sudo pip3 install virtualenv

Clone the repository:

git clone git@github.com: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