SEERNET / deepaffects-python

Python library for DeepAffects API
https://developers.deepaffects.com
MIT License
11 stars 9 forks source link

Real time emotion API integration from web #44

Open ishwara-bhat opened 4 years ago

ishwara-bhat commented 4 years ago

I intend to do audio capture from angular 8 client and then call real time API and render the emotion back to web. Please suggest the right architecture for this. https://docs.deepaffects.com/docs/realtime-emotion-recognition-api.html

I understand that REST API can not be used. It needs the python client library. I can write python backend on cloud which could integrate client library. But with angular front end, if I use REST API, will it be fine interms of performance, any architectural issues? Please sugegst if any ideas on achieving this.