satvikchachra / autemo

This website aims at improving emotional intelligence of the users (suffering from autism) by Gamifying the process.

Home Page:https://autemo.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autemo

This website aims at improving emotional intelligence of the users (suffering from autism) by Gamifying the process.

It is a web-based solution for children suffering from ASD to help them in interacting better in social scenarios, hence making social environments more accessible, and inclusive for them.

The game is divided into 3 quizzes where each quiz helps the user to interpret the emotion reflected on the screen through:

  • Images
  • Audio
  • Video

Live

autemo.herokuapp.com

Website Preview

This is a website built using MongoDB, Express.js, React.js, and Node.js (MERN Stack) in which CRUD operations are performed on Quiz Questions.

Image Quiz

Helping users recognizing emotions using facial expressions.

Audio Quiz

Helping users recognizing complex emotions in voices.

Video Quiz

Helping users recognizing complex emotions with videos.

Real-Time Sentiment Analysis

Helping users recognize emotions with real-time sentiment analysis.

Customize Quiz

Customize quizzes according to your needs by adding questions.

Set up

Clone the repository
git clone https://github.com/satvikchachra/autemo.git
Move to the desired folder
cd autemo
Set Environment Variables
  • Create a .env file and add the following
MONGODBURL=Your MongoDB URL
Install Dependencies
npm install
cd client
npm install
Run
# Run frontend (:3000) & backend (:5000)
npm run dev

# Run frontend
npm run client

# Run backend
npm run server

License

MIT

Built with ☕ by Satvik Chachra

forthebadge

About

This website aims at improving emotional intelligence of the users (suffering from autism) by Gamifying the process.

https://autemo.herokuapp.com

License:MIT License


Languages

Language:JavaScript 69.0%Language:CSS 29.0%Language:HTML 1.9%