Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 2.05 KB

README.md

File metadata and controls

62 lines (46 loc) · 2.05 KB

Logo

StockAssist

Application for predicting future stock prices and getting Twitter's opinion on your stock.

LinkedIn

Table of Contents

About The Project

StockAssist allows you to:

  1. Predict a stock price at a future date using the powefull scikit-learn module.
  2. Get real-time Twitter sentiment analysis on your stock using the tweepy and textblob modules.

Developed Using

This project was developed using multiple modules, documentation can be found below:

Running the Project

Simply download the code and run this project in your text editor or IDE of choice. That's it! Nothing fancy :)

Contributing

Have a burning idea you feel could improve StockAssist?

  1. Fork the project
  2. Create a new branch (git checkout -b update)
  3. Commit your changes (git commit -m 'Description of update')
  4. Push to the branch (git push origin update)
  5. Open a new pull request

References

Contact

Abhinav Ramesh - abhinavramesh03@gmail.com