Skip to content

Aryan01b/FaceDetectionUsingFlask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

FaceDetectionUsingFlask

Python Project using Flask and OpenCV modules.


  • FaceDetectOfImage - Contains python program where Faces can be detected trough insertion of images (Non-Real time)
  • FaceDetectionUsingFlask - Contains:
    1. A prototype main.py file to run on Desktop
    2. app.py file to run for Web Application

Steps to run the program:

Assuming you have installed python correctly.
  1. type pip install opencv-python into the terminal/CMD
  2. type pip install Flask int0 the terminal/CMD
  3. run the file app.py and goto http://127.0.0.1:5000/video

About

This is a Python Project. Modules used are Flask and OpenCV.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published