Skip to content

Node.js chat application using socket.io with a Tensorflow.js model integrated to block toxic messages and evaluate sentiment

Notifications You must be signed in to change notification settings

5amCurfew/cv-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

       ██████╗██╗   ██╗     ██████╗██╗  ██╗ █████╗ ████████╗
      ██╔════╝██║   ██║    ██╔════╝██║  ██║██╔══██╗╚══██╔══╝
      ██║     ██║   ██║    ██║     ███████║███████║   ██║ 
      ██║     ╚██╗ ██╔╝    ██║     ██╔══██║██╔══██║   ██║
      ╚██████╗ ╚████╔╝     ╚██████╗██║  ██║██║  ██║   ██║
       ╚═════╝  ╚═══╝       ╚═════╝╚═╝  ╚═╝╚═╝  ╚═╝   ╚═╝

cv-chat is a chat-room built in Node.js that blocks toxic messages and evaluates sentiment using Tensorflow.js models

Build

This was built using Node.js V14.0.0. No other versions have been tested. I recommend using nvm to set the Node.js version

Now using node v14.0.0 (npm v6.14.4)
npm install
npm start

The server defaults to exposure on port 3000 (visit localhost:3000 to see it in action!)

About

Node.js chat application using socket.io with a Tensorflow.js model integrated to block toxic messages and evaluate sentiment

Resources

Stars

Watchers

Forks