Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ashot72/sentiment-analysis-and-content-classification
- Owner: Ashot72
- Created: 2019-05-08T16:40:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T16:43:28.000Z (almost 6 years ago)
- Last Synced: 2024-11-08T03:23:43.792Z (3 months ago)
- Topics: 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
- Language: JavaScript
- Size: 1.59 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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