You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the OpenCV library, this program recognizes faces in a live webcam stream or a video clip on the local PC. Faces are recognized and monitored in real time by this program. It does this by using pre-trained XML classifiers. The classifiers used in this system have been designed with facial characteristics.
Fun and easy way to get started with machine learning and computer vision projects. This is an object detection project using Haar Cascade algorithm in OpenCV.
This project is an image classifier that can identify different sportspersons using OpenCV, Haar cascades, and logistic regression. The classifier is deployed using Flask, allowing users to interact with it through a web interface.