[WIP] A mood analyzing chatbot that uses IBM Watson's Natural Language Classifier to figure out a user's mood and searches our database of music classified by mood using IBM Watson's tone analyzer to generate a playlist of music of mood.
Created for class CS 4v95 - Natural Language Processing & IBM Watson by @danichus, @namdinh95, and @kushagharahi
Make sure you have node and npm installed.
CD to working directory
Run following commands
npm install to install all npm packages
To test out Watson Tone Analzyer demo, make sure to update app.js with secret keys:
node app.js
To test out lyric scraping:
node getLyrics.js
To test out client-server functioning:
node server.js
- NodeJS
- PostgreSQL
- IBM Watson APIs
- Twitter's Bootstrap
