/Sentiment-Analysis-and-Content-Classification

Mapping Sentiment Analysis results onto a 5-star rating in a review and generating Tag Cloud from Content Classification

Primary LanguageJavaScript

This is a simple Vue.js app to demonstrate how to map Sentiment Analysis results onto a 5-star rating in a review and generate Tag Cloud from Content Classification. It is based on Google Cloud Natural Language API, Google Cloud Functions API and Cloud Functions.

To get started.

       Clone the repository
       
       https://github.com/Ashot72/Sentiment-Analysis-and-Content-Classification
       cd Sentiment-Analysis-and-Content-Classification

       # install dependencies
       npm install
       
       # serve with hot reload at localhost:8080
       npm run serve
       

Note, you should create url.js file in src folder https://github.com/Ashot72/Sentiment-Analysis-and-Content-Classification/tree/master/src based on the given url.sample.js https://github.com/Ashot72/Sentiment-Analysis-and-Content-Classification/blob/master/src/url.sample.js file which is required to call the cloud function (more on Description page).

Go to Video page

Go to Description page