Skip to content

A Webapp that can detect face and count it from WebCam and Image.

Notifications You must be signed in to change notification settings

zbossz/Face_Detection_Streamlit

 
 

Repository files navigation

Face Detection & Counter Web-App using Streamlit

forthebadge made-with-python
Python 3.6

Live Demo of Web-App

Usage:-

  • Clone my repository.

  • Open CMD in working directory.

  • Run following command.

    pip install -r requirements.txt
    
  • FACE_detect.py is the file which contains main function of the Face detection and counter.

  • FD_Str.py is the main python file of Streamlit Web Application.

  • To run app, write following command in CMD. or use any IDE.

    streamlit run FD_Str.py
    
  • For more explanation of this project see the tutorial on Machine Learning Hub YouTube channel.

Screenshots

Just follow☝️ me and Star⭐ my repository

About

A Webapp that can detect face and count it from WebCam and Image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.2%
  • Shell 1.8%