Skip to content

perfalle/EnBW-Hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EnBW-Hackathon

Organizer Hackathon Website

https://www.enbw.com/hackathon/home/

Setup

Get the code and change to repository directory

git clone https://github.com/alexgawrilow/EnBW-Hackathon.git
cd EnBW-Hackathon

(If not done) Install python package virtualenv

https://virtualenv.readthedocs.io/en/latest/installation/

Create and activate virtual environment

The virtual environment is called venv and should be created in the repository.

virtualenv venv
source venv/bin/activate

Install necessary python packages

pip install -r requirements.txt

Install ipython kernel for Jupyter Notebook

ipython kernel install --user --name=EnBW_kernel

Select this kernel when working with Jupyter Notebook.

Workflow

After installing python packages

Add name of packages to requirements.txt.

pip freeze > requirements.txt

Don't forget to push the changes to that file.

Link collection

https://github.com/opencv/opencv/tree/master/data/haarcascades

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published