{"id":21269419,"url":"https://github.com/jparedesds/tensorflow-twitter-sentiment-analysis","last_synced_at":"2025-05-13T03:28:45.021Z","repository":{"id":239567789,"uuid":"573118618","full_name":"jparedesDS/tensorflow-twitter-sentiment-analysis","owner":"jparedesDS","description":"Sentiment analysis study through tweets with TensorFlow","archived":false,"fork":false,"pushed_at":"2024-11-27T14:20:54.000Z","size":7369,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T06:13:40.339Z","etag":null,"topics":["matplotlib","nltk","pandas","regex","seaborn","sklearn","spacy","tensorflow","workcloud"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jparedesDS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-01T18:32:54.000Z","updated_at":"2024-12-20T03:42:18.000Z","dependencies_parsed_at":"2025-03-15T11:53:47.572Z","dependency_job_id":null,"html_url":"https://github.com/jparedesDS/tensorflow-twitter-sentiment-analysis","commit_stats":null,"previous_names":["jparedesds/tensorflow-twitter-sentiment-analysis"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jparedesDS%2Ftensorflow-twitter-sentiment-analysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jparedesDS%2Ftensorflow-twitter-sentiment-analysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jparedesDS%2Ftensorflow-twitter-sentiment-analysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jparedesDS%2Ftensorflow-twitter-sentiment-analysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jparedesDS","download_url":"https://codeload.github.com/jparedesDS/tensorflow-twitter-sentiment-analysis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253866477,"owners_count":21976076,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["matplotlib","nltk","pandas","regex","seaborn","sklearn","spacy","tensorflow","workcloud"],"created_at":"2024-11-21T08:08:28.257Z","updated_at":"2025-05-13T03:28:44.989Z","avatar_url":"https://github.com/jparedesDS.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Twitter Sentiment Analysis  \n\nAnalyze and interpret user sentiments from tweets, identifying positive and negative emotions while exploring various natural language characteristics.  \n\n---\n\n## Table of Contents  \n- [Overview](#overview)  \n- [Features](#features)  \n- [Methodology](#methodology)  \n- [Requirements](#requirements)  \n- [Results](#results)  \n- [License](#license)  \n- [Contributing](#contributing)  \n\n---\n\n## Overview  \n\nIn recent decades, the way users interact and exchange opinions has significantly evolved due to the rise of social networks. Platforms like Twitter amplify discussions, with topics trending or going viral based on the volume of user interactions.  \n\nThis project conducts a comprehensive study of user opinions on Twitter, identifying **positive** and **negative** sentiments through their tweets. It also delves into various natural language characteristics, providing deeper insights into text data.  \n\n---\n\n## Features  \n\n- **Sentiment Analysis**: Classify tweets as positive, negative, or neutral based on their sentiment.  \n- **Natural Language Exploration**: Study linguistic characteristics like word frequency, hashtags, and mentions.  \n- **Trend Analysis**: Identify topics or hashtags driving virality.  \n- **Visualization**: Generate plots to understand sentiment distribution and trends over time.  \n\n---\n\n## Methodology  \n\n1. **Data Collection**:  \n   - Tweets are collected using the **Twitter API** based on specific keywords, hashtags, or time frames.  \n\n2. **Preprocessing**:  \n   - Remove noise (e.g., URLs, emojis, stopwords).  \n   - Tokenize and lemmatize text for analysis.  \n\n3. **Sentiment Analysis**:  \n   - Leverage pre-trained NLP models or libraries (e.g., `TextBlob`, `VADER`, or **transformers**) to classify sentiments.  \n\n4. **Data Visualization**:  \n   - Use libraries like `matplotlib` or `seaborn` to create graphs showing sentiment trends, word clouds, and other insights.  \n\n---\n\n## Requirements  \n\n- **Python 3.x**  \n- Required Libraries:  \n  - `tweepy` (Twitter API integration)  \n  - `pandas` (Data manipulation)  \n  - `numpy` (Numerical computations)  \n  - `matplotlib` and `seaborn` (Visualization)  \n  - `TextBlob` or `VADER` (Sentiment analysis)  \n\nInstall dependencies:  \n```bash  \npip install tweepy pandas numpy matplotlib seaborn textblob  \n```\n\n## Results\nSentiment distribution across the dataset.\nIdentification of trends and key hashtags driving discussions.\nWord clouds showing common words in positive and negative tweets.\n\n## License\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n## Contributing\nContributions are welcome! Feel free to:\n\n1. Report bugs or suggest features via issues.\n2. Submit pull requests to improve the codebase.\n3. Acknowledgments\n4. This project leverages Twitter API for data collection and NLP libraries for sentiment analysis.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjparedesds%2Ftensorflow-twitter-sentiment-analysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjparedesds%2Ftensorflow-twitter-sentiment-analysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjparedesds%2Ftensorflow-twitter-sentiment-analysis/lists"}