Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add license scan report and status #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
This software recognizes human faces and their corresponding emotions from a video or webcam feed. Powered by OpenCV and Deep Learning.

![Demo](https://github.com/petercunha/Emotion/blob/master/demo/demo.gif?raw=true)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fpetercunha%2FEmotion.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fpetercunha%2FEmotion?ref=badge_shield)

## Deep Learning Model

Expand All @@ -15,3 +16,7 @@ The model used is from this [research paper](https://github.com/oarriaga/face_cl
* Neural network scaffolding powered by Keras with Tensorflow.
* Convolutional Neural Network (CNN) deep learning architecture is from this [research paper](https://github.com/oarriaga/face_classification/blob/master/report.pdf).
* Pretrained Keras model and much of the OpenCV code provided by GitHub user [oarriaga](https://github.com/oarriaga).


## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fpetercunha%2FEmotion.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fpetercunha%2FEmotion?ref=badge_large)