Skip to content

Predicting closing prices of stock using Tensorflow and sentiment analysis using tweety and textblob

Notifications You must be signed in to change notification settings

BhavyaGulati/Prdicting_StockPrices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Prdicting_StockPrices

Predicting closing prices of stock using Tensorflow and sentiment analysis using tweety and textblob

The python script "TwitterSentimentbasedStockPrediction.py" does the following:

  1. Asks the user for a stock quote from NASDAQ (eg: AAPL, FB, GOOGL)
  2. Uses Tweepy to retrieve tweets about that stock.
  3. Uses TextBlob to determine if the majority of the tweets are positive using sentiment analisys.
  4. If the last is True, downloads the last year of prices for that stock, and trains a neural net with that data to predict the price for tomorrow.

Dependencies:

Before you go and run the code, Install all dependencies.

Make an application on twitter dev page and get your keys for authentication.

About

Predicting closing prices of stock using Tensorflow and sentiment analysis using tweety and textblob

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages