Aditya-Khadilkar/Face-tracking-with-Anime-characters
A Python program that detects the user's face via webcam and animates an anime character's eyes to track and stare at them.

Velocity · 7d
+0.1
★ / day
Trend
→steady
star history
This project uses OpenCV and Haar cascade classifiers to detect faces and eyes from a live webcam feed. It overlays an anime character (Yuri from Doki Doki Literature Club) whose eyes follow the detected face position in real time. Version 2 adds a blush effect when the user brings their face close to the camera. The project runs on Python 3 with OpenCV, NumPy, and PyGame dependencies.