Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashot72/sentiment-analysis-and-content-classification

Mapping Sentiment Analysis results onto a 5-star rating in a review and generating Tag Cloud from Content Classification
https://github.com/ashot72/sentiment-analysis-and-content-classification

cloud-functions cloud-functions-api content-classification entity-analysis entity-sentiment-analysis google-cloud natural-language-api natural-language-processing nlp rating sentiment-analysis star-rating syntatic-analysis tag-cloud vue

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

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](https://youtu.be/2tZe1zAXpoA) page

Go to [Description ](https://ashot72.github.io/Sentiment-Analysis-and-Content-Classification/index.html) page