Eductional material on deep learning applications in computer vision
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
For running in virtual environment (recommended) and assuming python3.6+ is installed.
sudo pip3 install virtualenv
virtualenv -p /usr/bin/python3.6 venv
source venv/bin/activate
Clone repository and install requirements
git clone https://github.com/knielbo/cvca-x.git
pip install -r requirements.txt
To train model
To run model
Explain how to run the automated tests for this system
todo
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
Kristoffer L. Nielbo
Ross D. Kristensen-McLachlan
This project is licensed under the MIT License - see the LICENSE.md file for details
Adrian Rosebrock, pyimagesearch