Skip to content

CMU IoT team project. A smart classroom emotion analysis app

Notifications You must be signed in to change notification settings

ziw/classroom-emotion-server

Repository files navigation

Description

This project is a class project for CMU Internet of Things class. Classroom Emotion gathers students facial data during online classes and report class engagement, student emotional score and other related metrics to the instructor. This repository is the server that handles student-teacher clients communication, sending and gathering emotional analysis results, and persisting data.

Installation

$ yarn

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

About

CMU IoT team project. A smart classroom emotion analysis app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published