GithubHelp home page GithubHelp logo

jaydeepthik / dlearn Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 0.0 1.65 MB

A human emotion recognition based learning assistant. HACKOH/IO - 2019

License: MIT License

Python 76.73% HTML 23.27%
emotion-recognition tensorflow cnn fer2013 text-analysis keras-tensorflow facial-expressions topic-recommendations flask keras-implementations

dlearn's Introduction

DLearn

DLearn, a deep learning based application that helps you better understand online video lectures by utilizing your facial expressions to determine if you are confused or stressed while watching a video, and provide you with topic recommendations that you might not have understood.

Components

  1. CNN model : Costom trained Convolution Neural Net for facial expression/emotion recognition trained on FER-2013 dataset. Certain classes were merged to create new expressions so that there are 4 classes HAPPY, NEUTRAL, CONFUSED, STRESSED. Trained model for the CNN is available for download !
  2. Text analysis : This performs recommendations of topics depending upon the exact time when you were confused during the lecture.

How it Works

  1. Select a video lecture that you want to learn from.
  2. The moment you click on play button, emotion detection model kicks in and continuously monitors your behavior.
  3. When the model detects that the user is stressed/confused for few continuous frames it pauses the video, analyse the transcripts of the video upto the exact time when the user seemed confused.
  4. The model looks few moments into the future and past and recommend topics that might have confuseed the user. The text analays model does this by learning distributed representations form the wikipedia text of the topic and comparing the similarity of the words in the transcripts.
  5. These topics are then presented to the user with a brief description abut each of them, giving user time to understand them before they jump to other advanced concepts deep into the video.

Tech Stack

  1. Tensorflow-gpu(1.7) : for creating and training CNN.
  2. Flask : For deplopyment.
  3. OpenCV: face-detection.
  4. YouTube transcript API: To get transcripts for a given video.
  5. Python ,Javascript and HTML.

Awards

"Most technically difficult HACK" - HACKOH/IO-2019, NOV 2-3 (THE OHIO STATE UNIVERSITY)

Creators: HACK_FORCE_ONE

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.