Twitter Sentiment Analysis
Taking into consideration how important NLP (Natural Language Processing) have become to create cutting edge technology. Here is the first version of the app, which allows analyze tweets get the sentiment and display a Dashboard with some interesting metrics as: Most Common Words and Tweets Location.
Clone the current repository through the following command: git clone https://github.com/juanjtov/Twitter_PNL_PUBLIC.git
-
You will need create the venv: python3 -m venv venv
-
Activate the environment: source activate venv/bin/activate
-
Install the required libraries: pip install -r requirements.txt
-
You will need to create your twitter developer account to provide the credentials and set them as Environment Variables
This project has the MIT license.