Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/satyanaryana-merla/face-recognition


https://github.com/satyanaryana-merla/face-recognition

Last synced: 29 days ago
JSON representation

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


# Installation

1 : 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)