Python computer vision application that automatically detects faces and eyes.

Problem
Real-time identification of facial elements is useful for learning computer vision and basic human-computer interaction use cases.
Solution
The project implements a Python face and eye detector using computer vision libraries to analyze images or video streams and identify these regions automatically.
Who it’s for
AI and computer vision students, Python developers, and learners exploring object detection fundamentals.
How it works
The repository is entirely Python-based and focused on image processing and detection logic, with a clear educational and demonstrative purpose.
Stack
Python · MediaPipe · TensorFlow

