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

https://github.com/ritvik19/facial-recognition


https://github.com/ritvik19/facial-recognition

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Facial-Recognition

Commandline Interface based basic Face Recognition System

Additional Features:
* Age Group Classification
* Face Mask Detection
* Gender Classification


Face Recognition System

usage: app.py [-h] [-a name] [-c path] [-d name] [-l] [-r] [-x]

optional arguments:
-h, --help show this help message and exit
-a name, --add-face name
name of the person to recognise
-c path, --configure path
path to store cascade
-d name, --delete-face name
name of the person to delete
-l, --list list out the faces the app recognises
-r, --recognise recognise the face
-x, --reset reset the application

![demo1](demo_1.png)

![demo2](demo_2.png)