Skip to content

robertegj/Object-Detection

Repository files navigation

Object-Detection

Object detection for video streams (webcams, IP cameras, video files) using Tensorflow.

Installation Instructions

Follow Tensorflow setup instructions here: https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/installation.md

This requires protobuf compilation!
Once that's done, just run:
Windows:
set FLASK_APP=main.py
flask run
Linux:
export FLASK_APP=main.py
python3 -m flask run

Then check your browser! See Flask guide for production hosting (port forwarding, CORS)

See it in action

that's me!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published