Skip to content

Arunpoochelvan/flask_opencv

Repository files navigation

opencv_overflask

A flask based web app which uses Open CV Haar Casscade to do detect faces over webcam or from external video feed

Original repo without facial detection can be found here Libraries required:

OpenCV

pip install opencv-python

if using anaconda
source activate [name_of_virtualenvironment]
conda install opencv 

flask

pip install flask
or 
conda install flask 

index.html shoulb be in templates folder!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published