https://www.enbw.com/hackathon/home/
git clone https://github.com/alexgawrilow/EnBW-Hackathon.git
cd EnBW-Hackathon
https://virtualenv.readthedocs.io/en/latest/installation/
The virtual environment is called venv
and should be created in the repository.
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
ipython kernel install --user --name=EnBW_kernel
Select this kernel when working with Jupyter Notebook.
Add name of packages to requirements.txt.
pip freeze > requirements.txt
Don't forget to push the changes to that file.
https://github.com/opencv/opencv/tree/master/data/haarcascades