All Projects → rhnvrm → Labeled Tweet Generator

rhnvrm / Labeled Tweet Generator

Search for tweets and download the data labeled with its polarity in CSV format

Projects that are alternatives of or similar to Labeled Tweet Generator

Tweetfeels
Real-time sentiment analysis in Python using twitter's streaming api
Stars: ✭ 249 (+124.32%)
Mutual labels:  data-science, sentiment-analysis, twitter
Stock Market Prediction Web App Using Machine Learning And Sentiment Analysis
Stock Market Prediction Web App based on Machine Learning and Sentiment Analysis of Tweets (API keys included in code). The front end of the Web App is based on Flask and Wordpress. The App forecasts stock prices of the next seven days for any given stock under NASDAQ or NSE as input by the user. Predictions are made using three algorithms: ARIMA, LSTM, Linear Regression. The Web App combines the predicted prices of the next seven days with the sentiment analysis of tweets to give recommendation whether the price is going to rise or fall
Stars: ✭ 101 (-9.01%)
Mutual labels:  flask, sentiment-analysis, twitter
Awesome Twitter Data
A list of Twitter datasets and related resources.
Stars: ✭ 533 (+380.18%)
Mutual labels:  data-science, sentiment-analysis, twitter
Sarcasm Detection
Detecting Sarcasm on Twitter using both traditonal machine learning and deep learning techniques.
Stars: ✭ 73 (-34.23%)
Mutual labels:  sentiment-analysis, twitter
Rumble
⛈️ Rumble 1.11.0 "Banyan Tree"🌳 for Apache Spark | Run queries on your large-scale, messy JSON-like data (JSON, text, CSV, Parquet, ROOT, AVRO, SVM...) | No install required (just a jar to download) | Declarative Machine Learning and more
Stars: ✭ 58 (-47.75%)
Mutual labels:  csv, data-science
W2v
Word2Vec models with Twitter data using Spark. Blog:
Stars: ✭ 64 (-42.34%)
Mutual labels:  data-science, twitter
Social Listener
Python project used to collect tweets and social-network data from Social's API
Stars: ✭ 9 (-91.89%)
Mutual labels:  flask, twitter
Orange3 Text
🍊 📄 Text Mining add-on for Orange3
Stars: ✭ 83 (-25.23%)
Mutual labels:  sentiment-analysis, twitter
Tsv Utils
eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.
Stars: ✭ 1,215 (+994.59%)
Mutual labels:  csv, data-science
Stocker
Financial Web Scraper & Sentiment Classifier
Stars: ✭ 87 (-21.62%)
Mutual labels:  data-science, sentiment-analysis
Tia
Your Advanced Twitter stalking tool
Stars: ✭ 98 (-11.71%)
Mutual labels:  sentiment-analysis, twitter
Stocksight
Stock market analyzer and predictor using Elasticsearch, Twitter, News headlines and Python natural language processing and sentiment analysis
Stars: ✭ 1,037 (+834.23%)
Mutual labels:  sentiment-analysis, twitter
Machine Learning From Scratch
Succinct Machine Learning algorithm implementations from scratch in Python, solving real-world problems (Notebooks and Book). Examples of Logistic Regression, Linear Regression, Decision Trees, K-means clustering, Sentiment Analysis, Recommender Systems, Neural Networks and Reinforcement Learning.
Stars: ✭ 42 (-62.16%)
Mutual labels:  data-science, sentiment-analysis
Etl with python
ETL with Python - Taught at DWH course 2017 (TAU)
Stars: ✭ 68 (-38.74%)
Mutual labels:  csv, data-science
Clevercsv
CleverCSV is a Python package for handling messy CSV files. It provides a drop-in replacement for the builtin CSV module with improved dialect detection, and comes with a handy command line application for working with CSV files.
Stars: ✭ 887 (+699.1%)
Mutual labels:  csv, data-science
Phormatics
Using A.I. and computer vision to build a virtual personal fitness trainer. (Most Startup-Viable Hack - HackNYU2018)
Stars: ✭ 79 (-28.83%)
Mutual labels:  data-science, flask
Twitter Sentiment Analysis
This script can tell you the sentiments of people regarding to any events happening in the world by analyzing tweets related to that event
Stars: ✭ 94 (-15.32%)
Mutual labels:  sentiment-analysis, twitter
Oreilly reactive python for data
Resources for the O'Reilly online video "Reactive Python for Data"
Stars: ✭ 98 (-11.71%)
Mutual labels:  data-science, twitter
Tableexport
The simple, easy-to-implement library to export HTML tables to xlsx, xls, csv, and txt files.
Stars: ✭ 781 (+603.6%)
Mutual labels:  csv, flask
Twitter sentiment analysis word2vec convnet
Twitter Sentiment Analysis with Gensim Word2Vec and Keras Convolutional Network
Stars: ✭ 24 (-78.38%)
Mutual labels:  sentiment-analysis, twitter

Tweet Sentiment Labeller

Search for Tweets and download the data labeled with it's Polarity in CSV format

View Live at https://twitter-sentiment-csv.herokuapp.com/

Development Guide

  1. Create a virtualenv. virtualenv venv
  2. Activate venv. source venv/bin/activate
  3. Install the requirements. pip install -r requirements.txt
  4. Save the ACCESS_TOKEN, ACCESS_TOKEN_SECRET, CONSUMER_KEY, CONSUMER_SECRET as environment variables. You can follow this guide for Heroku.
  5. Run the server. python app.py

Challenge

This video was a submission for a challenge on a youtube video series by llSourcell @Sirajology: https://www.youtube.com/watch?v=o_OZdbCzHUA

And was featured in the next video in the series: https://www.youtube.com/watch?v=9gBC9R-msAk

License MIT © Rohan Verma

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].