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
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
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