Skip to content

miftahul-huda/twitter-sentiment-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitter-sentiment-analysis

Twitter Sentiment Analysis download 10 tweets and use Google Cloud NLP API to get the sentiment of the tweet.

Installation

  1. Install Python & pip
  2. Install Python library requirements: pip install -r requirements.txt

Run the application

  1. Make sure you create the credential to access Cloud Translation API and download the credential. Set the credential to use Google Cloud NLP API: export GOOGLE_APPLICATION_CREDENTIALS=/path/to/your/credential/json/file

  2. Run the Twitter Analysis Server: python server.py

  3. Open the web browser and point to http://localhost:5050/web

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published