OpenCV - Open Source Computer Vision is an open source computer vision and machine learning software library.
Mediapipe - MediaPipe is a framework for building multimodal (eg. video, audio, any time series data), cross platform (i.e Android, iOS, web, edge devices) applied ML pipelines.
Use the package manager pip to install libraries.
pip install opencv-pythonpip install mediapipeClone the project
git clone https://github.com/136tejas/Real_time_face_counter.gitGo to the project directory
cd Real_time_face_counterRun project
For Windows :- python main.py
For Linux :- python3 main.pyPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.