JavaScript (TS) API for laughter recognition with audiovisual data, built using Tensorflow.js
The full report is available as part of this repo.
The multimodal recognition uses two different models:
- For video data the model used is face-api.js
- For audio data, a custom model has been built (using RNN with LSTMs)
-
we need to transpile the
.jscode to.ts:
tsc --watch
Using the watch flag so that the files are transpiled automatically upon change. -
we need to serve the files:
npm start
This will havewebpack-dev-serverserve the files onlocalhost:8080
* * * * * * * * * * * * * * * * * * * * * * * * *
* Final Year Project (2019/2020) *
* BSc(Eng) "Creative Computing" *
* Queen Mary University of London *
* *
* @Authors Alberto Morabito *
* * * * * * * * * * * * * * * * * * * * * * * * *