/* ---- Google Analytics Code Below */

Monday, June 25, 2018

Chat Apps with Sentiment

Nice example, technical.  Most interesting is the introduction of sentiment.   We did this for 'Mr Clean', before there were easily integrated sentiment analysis.   Recently have been reexamining sentiment considerations in chat dialog.

Build A Chat App With Sentiment Analysis Using Next.js  in Pusher
Build a realtime chat application with Pusher

This tutorial was written by Chris Nwamba and originally appeared on the Pusher Blog.

Realtime applications have been around for quite a long time as we can see in contexts such as multi-player games, realtime collaboration services, instant messaging services, realtime data analytics tools, to mention a few. As a result, several technologies have been developed over the years to tackle and simplify some of the most challenging aspects of building apps that are sensitive to changes in realtime.

In this tutorial, we’ll build a very simple realtime chat application with sentiments. With sentiment analysis, we will be able to detect the mood of a person based on the words they use in their chat messages.  .... "

No comments: