KnowsU
KnowsU copied to clipboard
:smile: A NodeJS app that uses Watson Sentiment Analysis with Spotify, Google Book, and IMDB to give user recommendation
KnowsU
A NodeJS app that uses IBM Watson to analyze users' emotions through text with other APIs like Spotify to give user suggestions of books, movies, and music.
Check out the Devpost link:
Don't forget to include your configuration from IBM Watson:
// configuration for tone_analyzer
var tone_analyzer = new ToneAnalyzerV3({
username: 'your-username',
password: 'your-password',
version_date: 'API version date'
});
API used:
- Watson Tone Analyzer
- Google Books API
- OMDB Movie API
- Spotify Music API
NPM Packages:
- Express
- Body-parser
- Request
View Engine:
- Ejs
Front-end Framework
- Semantics-UI
- Hover.css
- Animate.css