Frontal-face detection using Haar-Cascade Algorithm which is one of the oldest face detection algorithms invented. It is based on the sliding window approach,giving a real-time experience with 30-40 FPS on any average CPU.
Supported Face Detection Modes
- Image Upload
- Webcam Image Capture
- Webcam Video Realtime
🔥 Official Website : https://share.streamlit.io/deepeshdm/realtime_face_detection/main.py
- Git clone the repository on your local system.
git clone https://github.com/deepeshdm/Realtime_Face_Detection.git
- Install the required dependencies to run the app
pip install -r requirements.txt
- Execute the "main.py" using streamlit
streamlit run main.py