Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Senticomment | 324 | 5 years ago | 3 | Python | ||||||
Gets the sentiment of YouTube comments | ||||||||||
Watch Me Build A Finance Startup | 156 | 4 years ago | mit | Java | ||||||
This is the code for "Watch Me Build a Finance Startup" by Siraj Raval on Youtube | ||||||||||
Sentiment_analysis | 152 | 4 years ago | 7 | Jupyter Notebook | ||||||
This is the code for "Sentiment Analysis - Data Lit #1" by Siraj Raval on Youtube | ||||||||||
How_to_do_sentiment_analysis | 106 | 4 years ago | 7 | Python | ||||||
This is the code for 'How to Do Sentiment Analysis' #3 - Intro to Deep Learning by Siraj Raval on Youtube | ||||||||||
Twitter_sentiment_challenge | 96 | 4 years ago | 4 | Python | ||||||
Twitter Sentiment Analysis Challenge for Learn Python for Data Science #2 by @Sirajology on Youtube | ||||||||||
Media Bias | 8 | 6 years ago | mit | Python | ||||||
Identifying bias in the media with sentiment analysis: a case study. | ||||||||||
Hcl Ai Hackathon | 7 | 3 years ago | 1 | mit | Jupyter Notebook | |||||
Whatsapp Sentiment Analysis and Youtube Comment Sentiment Analysis | ||||||||||
Youtube Comments Analyzer | 6 | 5 years ago | mit | Python | ||||||
Youtube comments topics modeling and sentiment analyzer | ||||||||||
Youtube_tag_predictor_sentiment_analysis | 4 | 6 years ago | Jupyter Notebook | |||||||
We are using YouTube videos to analyze and predict tags associated with each video using Machine Learning techniques and find interesting trends by performing sentiment analysis using Natural Language Processing on the top 10 trending videos in YouTube using title, description and comments. | ||||||||||
Youtube Sentiment Helper | 4 | 4 years ago | 2 | mit | Python | |||||
Tool to determine Youtube video sentiment based on comments using Sci-kit/Keras |
Twitter Sentiment Analysis Challenge for Learn Python for Data Science #2 by @Sirajology on Youtube
##Overview
This is the code for the Twitter Sentiment Analyzer challenge for 'Learn Python for Data Science #2' by @Sirajology on YouTube. The code uses the tweepy library to access the Twitter API and the TextBlob library to perform Sentiment Analysis on each Tweet. We'll be able to see how positive or negative each tweet is about whatever topic we choose.
##Dependencies
Install missing dependencies using pip
##Usage
Once you have your dependencies installed via pip, run the script in terminal via
python demo.py
##Challenge
Instead of printing out each tweet, save each Tweet to a CSV file with an associated label. The label should be either 'Positive' or 'Negative'. You can define the sentiment polarity threshold yourself, whatever you think constitutes a tweet being positive/negative. Push your code repository to github then post it in the comments. I'll give the winner a shoutout a week from now!
##Credits
This code is 100% Siraj baby.