To run the demo you will need to first install Juypter Notebook onto your machine: https://jupyter.org/install You will also need the following libraries: MatPlotLib, OpenCV, and Tensorflow
Run the following commands to install MatPlotLib and OpenCV
pip install matplotlib
pip install opencv-python
To install Tensorflow please follow the instructions on this page: https://www.tensorflow.org/install/
Once these are successfully installed, please clone our repository with this command: git clone https://github.com/CSCI4850/s21-team1-project.git
You can find the model and images that are used in the demo here: https://drive.google.com/drive/folders/16GiS_dK2WaKERf3wkf0ZPKKDydXi9jTQ?usp=sharing
To run the demo, download the images, and then place them in the corresponding folders in the demo directory. Also download the model file and extract it to the demo directory.