An open API service indexing awesome lists of open source software.

https://github.com/n-t-raghava/the_sweet_16

This project detects faces in real-time from a webcam feed or an uploaded image and predicts age (in bins of 5 years) and gender (Male/Female). The model is based on OpenCV’s Deep Neural Network (DNN) module and pre-trained models for face, age, and gender detection.
https://github.com/n-t-raghava/the_sweet_16

caffemodel deep-learning flask numpy opencv python

Last synced: 4 months ago
JSON representation

This project detects faces in real-time from a webcam feed or an uploaded image and predicts age (in bins of 5 years) and gender (Male/Female). The model is based on OpenCV’s Deep Neural Network (DNN) module and pre-trained models for face, age, and gender detection.

Awesome Lists containing this project

README

          

# The_Sweet_16
This project detects faces in real-time from a webcam feed or an uploaded image and predicts age (in bins of 5 years) and gender (Male/Female). The model is based on OpenCV’s Deep Neural Network (DNN) module and pre-trained models for face, age, and gender detection.
For running this model correctly on your computer, change the base directory location in the app.py file and run it!
# Disclamer!
Don't change the location of the files inside the project file, download the whole project zip file and use it.
The values of age and gender given in the output are based on a open cv model, it might not give accurate results.

# The Workflow(The CI/CD Pipeline)
![alt text](static/workflow_diag.png)