Giter Site home page Giter Site logo

clone-mer's Introduction

Multimodal Emotion Recognition WebApp

We analye facial, vocal and textual emotions, using mostly deep learning based approaches. We deployed a web app using Flask :

image

How to use it ?

To use the web app :

  • Clone the project locally
  • Go in the WebApp folder
  • Run `$ pip install -r requirements.txt``
  • Launch the app by running python main.py
  • Go to http://127.0.0.1:5000/ (or follow the link given in your terminal

How does it work ?

As stated in the project home page, we have defined and trained deep learning models to analyze emotions and psychological traits from video, audio and text inputs. The user should be able to click on any of the sections, take the interview, and get a feedback on his performance compared to other people who already took the test.

Getting the feedback

For both the text and the audio, a button will directly allow you to get feedback. A dashboard displays your performance compared to other candidates.

For the video, due to restrictions of Flask, we are recording the video input for 45 seconds. After this time, the image will freeze. Simply switch the URL to /video_dash instead of /video1 in the URL bar to go to the dashboard.

Organization

The organization of the project is the following :

  • Models : All the pre-trained models used by the WebApp
  • library : The Python scripts that run the emotion detection algorithms
  • static :
    • CSS : The CSS style sheet and fixed images to display
    • JS : The JavaScript of the app (D3.js) and the databases that store the information
  • templates : All the HTML pages of the project
  • tmp : Temporary files (i.e. an image from video interview, an audio file or a PDF)
  • main.py : The Flask page that calls the functions and redirects to HTML files

clone-mer's People

Contributors

devnm21 avatar

Watchers

 avatar

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.