Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cuuupid/feedbacker

Gauges audience emotional reaction in real-time. Won best newcomer hack at Imperial College Hack 2018. :ghost:
https://github.com/cuuupid/feedbacker

emotion-recognition hackathon machine-learning nlu presentation slides socket-io

Last synced: 19 days ago
JSON representation

Gauges audience emotional reaction in real-time. Won best newcomer hack at Imperial College Hack 2018. :ghost:

Awesome Lists containing this project

README

        

# ICHack18
Code for Imperial College London Hackathon 2018

## Tech Used

- NLP/NLU (RASA NLU as seen in `skill-nlp/`)

- OpenCV for getting webcam data

- React Native for Mobile app

- Microsoft Cognitive Services - Emotion API for emotion classification

- Microsoft Custom Vision for applause detection (crowd-only)

- WebRTC (Socket.io) for creating the deck + tracker pairing where we can control the presentation

- We originally used Vue but reformatted to use straight JS + HTML (with fetch api) to reduce latency for HTML pages

- Bootstrap verson of "google forms" to prove our api is usable

- Sanic framework with Python for async web servers

- MongoDB for storage + MongoClient in Node.js

- Express.JS for js apis

- + some more! If you'd like more information please come by and ask us, we'd be more than happy to go into the specifics of our tech.