Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/satyanaryana-merla/face-recognition
https://github.com/satyanaryana-merla/face-recognition
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/satyanaryana-merla/face-recognition
- Owner: Satyanaryana-Merla
- Created: 2023-08-14T19:50:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-14T20:33:49.000Z (over 1 year ago)
- Last Synced: 2023-08-14T22:48:17.655Z (over 1 year ago)
- Language: Python
- Size: 58.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Face Recogniton GUI-APP
[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://www.youtube.com/channel/UCKvgGs-ALhvOq9u95PHXHNw)
# A very Simple Gui app for Face Detection
- Collect Face Data
- Build Face Classifier
- Detecte the face# New Features!
- Add Emotion detection
- Fixed image loading in Linux
# Installation1 : Install the requirements .
```sh
$ pip install -r requirements.txt
```2 : Run The App
```sh
$ python app-gui.py
```# APP GUI
### Home Page
![homepage](https://i.ibb.co/c62qvR2/home-page.png)### Add a User
Add the user you want to train a classifier for
![page1](https://i.ibb.co/t8gdq6s/adduser.png)### Capture Data and Train Classifier
Capture Data From the face then train the classifier
![page2](https://i.ibb.co/D8JgYhN/capandtraindata.png)### Users List
List of all the users
![page3](https://i.ibb.co/1KwfVVV/dropdown.png)