Giter VIP home page Giter VIP logo

fast_affective_system_for_emotional_learning's Introduction

FASEL

This was my final project for the Bachelor's Thesis. It is a system that can monitor the emotions of the people who are taking online exams, through voice and video. For full information about the whole system, please check out the Documentation which contains my Bachelor's Thesis.


Architecture

There are two APIs and one client. The AI API can be accessed only through requests to the CRUD API. That offers more scalability as if by instance somebody wants to implement their own AI in this project, they can connect the CRUD API requests to their own API

Emotional Charts

The system monitors people's emotions while taking online tests. While solving the test, a thread is open and periodically it takes capture of the web camera, sending them to the CRUD API through base64 format, ending up to the AI API and predicting the emotion for that capture. The same flow is applied for the speech channel, with the only difference that the user will need to press a button in order to register their answer.

Datasets

For facial detection we used FER2013.

For speech detection we used RAVDESS.

For more information about the two datasets, please read the Documentation !

AI Notebooks

The two models are public on Kaggle. For those who want to use my system, you will need to retrain the models from scratch and include them in the AI API. Here are the notebooks for the facial model and the speech model:

https://www.kaggle.com/code/razvanispas/ravdess-densenet-fine-tuned

Technologies

- FastAPI
- PostgreSQL 
- SQLModel
- Vue.js 2.0
- Vuetify 
- TensorFlow
- CV2 

Requirements

We recommend a conda environment, but if you prefer a pip environment, you can install everything required for the APIs by using the requirements file:

pip install requirements.txt

For the client, Vue.js 2.0 with Vuetify and Chart.js will be required. It is expected from you to configure the Vue.js environment such that the components provided in the Client folder to work properly.

Disclaimer:

This was my project for my Bachelor's thesis. Anyone who will continue my work for their thesis will be accused of plagiarism.

fast_affective_system_for_emotional_learning's People

Contributors

razvanip13 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.