https://github.com/ivangael/face-and-objectdetection-with-glasses-overlay-and-gender-classification
A real-time face and object detection with gender classification and virtual glasses overlay.
https://github.com/ivangael/face-and-objectdetection-with-glasses-overlay-and-gender-classification
facedetection gender-classification glassesoverlay objectdetection opencv python yunet
Last synced: 6 months ago
JSON representation
A real-time face and object detection with gender classification and virtual glasses overlay.
- Host: GitHub
- URL: https://github.com/ivangael/face-and-objectdetection-with-glasses-overlay-and-gender-classification
- Owner: IvanGael
- Created: 2024-05-28T23:18:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T09:47:29.000Z (10 months ago)
- Last Synced: 2024-06-27T09:21:14.088Z (10 months ago)
- Topics: facedetection, gender-classification, glassesoverlay, objectdetection, opencv, python, yunet
- Language: Python
- Homepage:
- Size: 62.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Face and Object Detection with Gender Classification
## Overview
A real-time face and object detection with gender classification and virtual glasses overlay.
## Features
- Face detection using OpenCV's YuNet model
- Gender classification using DeepFace
- Virtual glasses overlay on detected faces
- Object detection using YOLOv5## Requirements
- OpenCV
- NumPy
- PyTorch
- DeepFace````
pip install -r requirements.txt
````