Assignments for ENSC 413: Deep Learning Systems in Engineering
Create a conda environment using Python 3.5
conda create -n ensc413-s2020 python=3.5
Activate the environment and install OpenCV
conda install --channel https://conda.anaconda.org/menpo opencv3
Install tensorflow using pip. If your computer has a GPU, install tensorflow-gpu instead
pip install tensorflow
Install the requirements
pip install -r requirements.txt