Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dyegopimentel/sentiment-analysis-and-wordclouds-in-python

We developed a sentiment analysis algorithm and at the end we bring a wordcloud to give an overview of what is being said about the topic we are analyzing.
https://github.com/dyegopimentel/sentiment-analysis-and-wordclouds-in-python

matplotlib numpy pandas python sentiment-analysis tweepy wordcloud

Last synced: 1 day ago
JSON representation

We developed a sentiment analysis algorithm and at the end we bring a wordcloud to give an overview of what is being said about the topic we are analyzing.

Awesome Lists containing this project

README

        

**Languages:** English - [Português](README_PT-BR.md)

# Sentiment analysis and wordclouds in Python

The code in this repository was created for the integrator project of the Big Data and Artificial Intelligence Degree at PUC-Goiás, aims to develop a Data Mining algorithm linked to social networks.

In this scenario, we developed a sentiment analysis algorithm and at the end we bring a wordcloud to give an overview of what is being said about the topic we are analyzing.

[Want to see the algorithm working?](https://www.youtube.com/watch?v=uoFLRhuSow8)

**Requirements to run the algorithm on your computer:**
- Python
- tweepy (pip install tweepy)
- textblob (pip install textblob)
- pandas (pip install pandas)
- numpy (pip install numpy)
- matplotlib (pip install matplotlib)

---
Developed by [Dyego Pimentel](https://www.linkedin.com/in/dyegopimentel/)