https://github.com/ritvik19/facial-recognition
https://github.com/ritvik19/facial-recognition
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ritvik19/facial-recognition
- Owner: Ritvik19
- Created: 2020-04-03T12:30:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-29T17:00:28.000Z (almost 6 years ago)
- Last Synced: 2025-01-23T06:22:27.181Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 5.87 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

