Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/surajv311/facial-exp-recognition

This is a facial expression recognition app built using Tensorflow & OpenCV (Python 🐍). The flask app is trained and can detect expressions like happy, sad, fear, angry, etc.
https://github.com/surajv311/facial-exp-recognition

face-recognition flask keras keras-tensorflow opencv python tensorflow

Last synced: about 5 hours ago
JSON representation

This is a facial expression recognition app built using Tensorflow & OpenCV (Python 🐍). The flask app is trained and can detect expressions like happy, sad, fear, angry, etc.

Awesome Lists containing this project

README

        

# Facial expresssion recognition project

### The following project uses tensorflow , keras , opencv libraries in the project.
Before cloning and running the project ensure that you have the necessary libraries installed in your environment.
You may install:

```conda install keras```

```conda install tensorflow```

```conda install opencv```

```conda install numpy ```

```conda install matplotlib```

```conda install seaborn```

```pip install livelossplot```

To run the project.

Open the terminal in the same directory and run:
```python main.py```

And then run the flask app in the web browser at

### localhost:5000


To get the facial expression of your face using the webcam then

check the comments in camera.py file and make the appropriate changes.

![img](https://github.com/Surajv311/Facial-recognition-/blob/master/___res/1.jpg)