Skip to content

The project aims to predict the stock prices of a given company using LSTM networks

Notifications You must be signed in to change notification settings

radioactive11/Project-Stonks

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Project Stonks

Predict next day stock prices with great accuracy

Table of Contents

About The Project

The project aims to predict the stock prices of a given company using LSTM networks. It can be beneficial / it can come handy in following ways-

  • Predicting the future performance of a certain stock thereby allowing you to decide the positions you want to take ie to sell, buy or hold.
  • Selecting the industry for investment by studying the expected industry-wise market trends.
  • Acting as a tool to confirm your analysis about the movement of stock prices. The results should not be treated as conclusive for investment and do not ensure a 100% accuracy.

    However, the minimum accuracy of the model is 86% which is taken to be acceptable considering the unpredictable nature of the stock market.

Built With

Getting Started

You will need Python (>3.6), TensorFlow2 to run this.
Installation of required packages is covered under installation
To get a local copy up and running follow these simple example steps.

Installation

  1. Make sure you have python3 setup on your system
  2. Clone the repo
git clone https://github.com/radioactive11/Project-Stonks
  1. Install requirements
pip install -r requirements.txt
  1. Open terminal and enter
python3 main.py

Usage

Enter the company ticker you want the prediction for.
For example

product-screenshot

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Arijit Roy - @this_is_radioactive11
Project Link: https://github.com/radioactive11/Project-Stonks

About

The project aims to predict the stock prices of a given company using LSTM networks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages