Live Demo of Web-App
-
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.