SvenStahlmann / Open-Lab-Digital-Innovation-Load-Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laod Detection with OpenCV, YOLO3 and Flask Webserver

Website

Created for the course Open Lab Digital Innovation for the Cologne Institute for Information Systems

Description

Realtime detection of load via a webcam.

Credits

Most of the code credits to Miguel Grinberg. Thanks! http://blog.miguelgrinberg.com/post/video-streaming-with-flask

Usage

  1. Install Python dependencies: cv2, flask.
  2. Run "python main.py".
  3. Navigate the browser to the local webpage (localhost:5000) for configuration and testing.
  4. After configuration the api is available under /get_prediction

About


Languages

Language:Python 78.4%Language:HTML 21.6%