Skip to content

Instantly share code, notes, and snippets.

@iamharshit
Last active March 20, 2017 15:57
Show Gist options
  • Save iamharshit/cbb6f256d31ac75b18104d1553a8ce5a to your computer and use it in GitHub Desktop.
Save iamharshit/cbb6f256d31ac75b18104d1553a8ce5a to your computer and use it in GitHub Desktop.
"Get Tweet Post Stock" Project Description

Get Tweet Post Stock

An Android app that uses Machine Learning to correlate tweet sentiment and stock prices.

Overview

The project searches the Twitter API for tweets about a given company that a user wants to be monitored, and uses sentiment analysis to identify general sentiment about the company. Using the general time of those tweets, it would then find the change in stock market price for the company after a short delay to allow for those changes, and note whether the stock increased or decreased. This data was then fed into a machine-learning algorithm in order to predict whether a stock would rise or fall, given a general sentiment from tweets.

Dependencies

  • Twitter4J for getting access to tweets about the companies
  • Tensorflow for Machine Learning
  • Microsoft Text Analytics API to provide the sentiment analysis of the tweets
  • Yahoo-Finance API in order to grab historic stock market data to learn from

Status

The app has been partially build,its currently under the building process.

Author

  • Harshit Agarwal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment