Identify if someone is a male or female based off of their face.
Trained with the YOLOv5 computer vision library. Has over 90% accuracy(see confusion matrix below).
I scraped and annotated my own, custom dataset. Contains over 2.6k images.
Dataset can be found here: https://universe.roboflow.com/generalstuff/women-men/dataset/1
I followed a tutorial to add webcam integration with Flask. I added the YOLOv5 integration myself.
Webcam Integration Tutorial: https://blog.miguelgrinberg.com/post/video-streaming-with-flask
The demonstration video can be found here: Coming Soon
A less laggy version can be found here: Coming Soon