Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/surajv311/facial-exp-recognition
- Owner: Surajv311
- Created: 2020-06-12T10:14:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-13T07:53:31.000Z (over 3 years ago)
- Last Synced: 2023-08-18T11:54:16.443Z (over 1 year ago)
- Topics: face-recognition, flask, keras, keras-tensorflow, opencv, python, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 44.7 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)