Coder Social home page Coder Social logo

enbw-hackathon's Introduction

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

Tutorial für cv dnn https://www.arunponnusamy.com/yolo-object-detection-opencv-python.html https://github.com/arunponnusamy/object-detection-opencv weights: https://pjreddie.com/media/files/yolov3.weights

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.