Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dyegopimentel/sentiment-analysis-and-wordclouds-in-python
- Owner: DyegoPimentel
- License: mit
- Created: 2021-09-28T20:35:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T16:29:59.000Z (over 2 years ago)
- Last Synced: 2024-06-21T18:55:26.313Z (8 months ago)
- Topics: matplotlib, numpy, pandas, python, sentiment-analysis, tweepy, wordcloud
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)