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
A computer vision tool that protects children's video identities during online video conferencing with anonymizing snapchat-like filters and face recognition tracking. It's a different kind of mask, a fun one! 🐢
This is an implementation of a custom-trained face detection classifier using the Viola Jones Algorithm cascaded with an Eigen Face recognition system based on Principal Component Analysis.
Smart Glasses for Visually Impaired people: Deep learning based smart glasses to assist visually impaired users in recognizing people and objects. Responsibilities included data collection, implementation, and documentation of face recognition module.
An AI-powered attendance system using face recognition. Automates attendance marking with OpenCV & Tkinter. Easy setup, real-time recognition, and CSV-based tracking.
From google: The Viola-Jones algorithm is a widely used mechanism for object detection. The main property of this algorithm is that training is slow, but detection is fast. ... Then the detection window is moved across the image as follows: Set the minimum window size, and sliding step corresponding to that size.