This project won first place at HackX 1.0 organized by St. Francis Institute of Technology
hackx.mp4
- Intelligent Emotion Analysis based on video and audio of students
- Real Time Analysis of student engagement through real time analysis of student engagement
- Record of student data from previous lectures to improve feedback mechanism
- Dark/Light mode
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/maverick2903/HackX_TechTitans/
# Install dependencies
$ npm install
# Run the app
$ npm run dev
Note If you're using Linux Bash for Windows, see this guide or use
node
from the command prompt.