This project is a face and hand recognition program developed using OpenCV, which has become my favorite library!😃👐🏻
This program demonstrates the capabilities of OpenCV in face and hand detection. It can serve as a solid foundation for more advanced projects with additional features and functionalities.
• Detection of faces and hands
• Calculation of face area
• Display of detected features on the screen
• Measurement of distances between hand landmarks
To get started with this project, ensure you have the required dependencies installed. You can find the installation instructions in the Requirements section.
• Python
• OpenCV
• NumPy
• cvzone
- Clone the repository.
- Install the required libraries.
- Run the main script.
This program can be expanded to include features such as gesture recognition, emotion detection, and more.