Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 5 days ago
JSON representation

A real-time face and object detection with gender classification and virtual glasses overlay.

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.

![Demo](demo.png)

## 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
````