Application for predicting future stock prices and getting Twitter's opinion on your stock.
StockAssist allows you to:
- Predict a stock price at a future date using the powefull scikit-learn module.
- Get real-time Twitter sentiment analysis on your stock using the tweepy and textblob modules.
This project was developed using multiple modules, documentation can be found below:
Simply download the code and run this project in your text editor or IDE of choice. That's it! Nothing fancy :)
Have a burning idea you feel could improve StockAssist?
- Fork the project
- Create a new branch (
git checkout -b update
) - Commit your changes (
git commit -m 'Description of update'
) - Push to the branch (
git push origin update
) - Open a new pull request
- Thanks to Siraj Raval for the tutorials
- Credit to othneildrew for the README template
Abhinav Ramesh - abhinavramesh03@gmail.com