1mgtheboss
1mgtheboss

Reputation: 119

How can we do sentiment analysis of remote stream in an agora app?

We would like to know how we can do sentiment analysis of remote video stream. We are using the agora basic video call/ one to one video as the starting point.

We searched extensively for the solution but we did not get what we are looking for.

<label>Sentiment</label>

The goal is to do sentiment analysis of the remote stream periodically and update the label.

Upvotes: 0

Views: 60

Answers (1)

user149341
user149341

Reputation:

I'm not sure the technology to do this exists. Certainly not in any off-the-shelf form.

Performing sentiment analysis on text is nontrivial, and involves a lot of algorithmic guesswork. Performing sentiment analysis on an amorphous format like video is unlikely to be possible in any kind of general, useful fashion.

Upvotes: 1

Related Questions