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

https://github.com/brianruizy/tweets-sentiment-analysis

Machine Learning - Personal Python NLP project demonstrating use of sentiment analysis onto user 'tweets' using the Twitter API.
https://github.com/brianruizy/tweets-sentiment-analysis

Last synced: 4 months ago
JSON representation

Machine Learning - Personal Python NLP project demonstrating use of sentiment analysis onto user 'tweets' using the Twitter API.

Awesome Lists containing this project

README

          

# Sentiment Analysis 😊💻😟
This is documentation of a personal portfolio project demonstrating the practial use of data science, i.e. Sentiment Analysis, with Python, TextBlob for sentiment, and Tweepy to collect data from *Twitter*.

## About

Sentiment Analysis refers to the use of **natural language processing** which is a subset of AI, and it is proven to be a
useful method for effectively detecting expression in the text. Whether the said expression is negative or positive, it provides valuable insight for many companies and brands.

The Algorithm can be improved to gather data based on their geo/demographics.

## Dependencies
Tools include:
[TextBlob](https://textblob.readthedocs.io/en/dev/),
[Tweepy](https://www.tweepy.org/)

## Versions
* ### UserInput
Will demonstrate the use of sentiment analysis performed on a simple user based input. The output is then a polarity ranging from -1.0 to 1.0, which can then be interpreted as either positive or negative feedback.
[Run Code](https://repl.it/@BrianRuiz1/Sentiment-Analysis)


* ### Tweepy
Will incorporate the use of Twitter's API to gather the text-based off an inputted search keyword.