Aryan-Chharia / Computer-Vision-Projects

Check out my Computer Vision Repository for projects showcasing advanced image processing techniques like object detection, image stitching, and segmentation using Python and OpenCV. Whether you're a researcher, developer, or enthusiast, you'll find comprehensive insights and practical implementations to advance your computer vision skills.
GNU General Public License v3.0
30 stars 65 forks source link

I want to add "Gender Age Ethnicity Emotion Detector using DeepFace" #233

Open madhavi-peddireddy opened 2 hours ago

madhavi-peddireddy commented 2 hours ago

Project Description: This project implements a gender, age, ethnicity, and emotion detection system using DeepFace, MTCNN, OpenCV, and Streamlit. The app allows users to either capture a live photo through a webcam or upload an image containing faces. The MTCNN detector identifies faces within the image, and for each detected face, the system analyzes facial attributes such as gender, age, race, and emotion using DeepFace.

Once faces are detected, the image is processed to highlight the faces with bounding boxes, and detailed results (gender, age, race, and emotion) are displayed for each face in a structured format. This interactive application provides real-time results, making it suitable for applications in computer vision, user profiling, or entertainment settings. The use of Streamlit ensures an easy-to-use web interface with features like webcam capture, image upload, and face attribute visualization. Screenshot (125) Screenshot (126) Screenshot (127) Screenshot (128)

@Aryan-Chharia

I want to work on this issue. Please assign me

github-actions[bot] commented 2 hours ago

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.