Giter Site home page Giter Site logo

tharunc / facial-expression-recognition-classifier-model Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sanjaymarreddi/emotion-investigator

0.0 0.0 0.0 57.6 MB

An Exciting Deep Learning Model that takes Real-time Video input, predicts the Facial Expressions of users and also does Graphical Visualization of the Expressions !

License: MIT License

Jupyter Notebook 98.51% Python 1.29% HTML 0.20%

facial-expression-recognition-classifier-model's Introduction

forthebadge made-with-python GitHub license PRs Welcome

๐Ÿ˜Ž Facial Expression Recognition Classifier Model

A Facial Expression Recognition Classifier Model that takes Real-time Video input and predicts the Emotion of users present in front of Webcam. It also gives Graphical Visualization of Expressions when we feed in an Image via Web Cam or manually !

โžฟ Tech Stack used

  • Deep Learning Techniques : Convolutional Nueral Networks (CNN)
  • Python
  • Flask

You can watch the Project Demo Video ๐ŸŽฅ here

โ›ณ Predictions done by Model

sad

angry

happy

Predictions On Live Image

nuetral

๐Ÿ’ฅ Steps to run the Project in your local device !!

  • Fork this repository.
  • Clone the repository to your System using git clone
  • Example : git clone https://github.com<your-github-username>/Facial-Expression-Recognition-Classifier-Model
  • Open any Python IDE and run the fer_main.py file in the FER_on_Real_Time_Video_Input Folder to make Facial Expression Recognition of Live Image taken using your Web Cam !
  • In case, If you want to try with Images you already had in your system follow the below steps
  • Just upload them in static folder of the Folder FER_on_Manually_Uploaded_Image
  • Now open any Python IDE and run the fer_main_Manual_U.py file.

๐Ÿ’ป Coding Structure:

  • Import the required Packages and Libraries.
  • Data analysis and Creating Training and Validation Batches.
  • Create a CNN using 4 Convolutional Layers including Batch Normalization, Activation, Max Pooling, Dropout Layers followed by Flatten Layer, 2 Fully Connected dense Layers and finally Dense Layer with SoftMax Activation Function.
  • Compile the model using Adam Optimizer and categorical cross entropy loss function.
  • Training the model for 15 epochs and then Evaluating the model as well as saving the model Weights in .h5 Values
  • Saving the model as JSON string.
  • Creating a Class in a separate file to reload the model and its weights to make predictions and return the probabilities of each emotion.
  • Creating one more class in a Separate file which takes in the Real-time Video input and returns frames of Images with a Circle detecting the face and putting text of its emotion on it.
  • A python script is also created which upon running yields the Graphical Visualization of Emotions present in the Image provided.
  • Finally creating a file which inherits form all the Classes defined by us and deploys our application using Flask.

๐Ÿ˜‡ We can further improve the Validation Accuracy of the model by tuning the hyperparameters like:

  • Learning Rate
  • Epochs
  • Batch Size
  • Number of Layers in CNN
  • Number of filters
  • Size of filters
  • Value in Dropout Layers
  • Optimizers

Future Scope of the Project โ—

  1. Making the Frontend Attractive ๐Ÿ”ฅ
  2. Suggesting Music based on Facial Emotion predicted ๐ŸŽต
  3. Deploying the Model ๐ŸŒ

Steps to Contribute to this Project ! ๐Ÿ‘‡

Go through the link If you are new to Open Source Contribution here on making your First Contribution !!

  • Fork this repository
  • Clone the repository to your System using git clone https://github.com<your-github-username>/Facial-Expression-Recognition-Classifier-Model
  • Create a branch :-
    • Change to the repository directory on your computer cd Facial-Expression-Recognition-Classifier-Model
    • Now create a branch using the git checkout command: git checkout -b your-new-branch-name
  • Make changes as per your requirement to solve the Issues mentioned in the Future scope of the Project and commit those changes.
  • If you go to the project directory and execute the command git status, you'll see there are changes. Add those changes to the branch you just created using the git add
  • Now commit those changes using the git commit command: git commit -m "Added the feature of Suggesting Music"
  • Push your changes to GitHub using the command git push origin <add-your-branch-name>
  • If you go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button.
  • Now describe the changes you made and submit the pull request.
  • Wait for the Maintainers to review :)

Any type of Contributions like Pull Requests, Issues are always welcomed ! ๐ŸŽ‰

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.