#Image Classification
To prepare the environment to run the image classification project you need to install the latest version of python3.x
This project contains a bash script to create a virtual environment with all the libraries needed to run the project. To create a virtual environment with the setup needed for this project run:
bin/setup.sh
To activate the virtual environment
source env/bin/activate
To deactivate virtual environment
deactivate