Skip to content
This repository was archived by the owner on May 14, 2023. It is now read-only.
/ Stock-X Public archive

NN models designed to analyze and predict stock market from any stock data given

License

Notifications You must be signed in to change notification settings

Circle-1/Stock-X

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e7937ed · May 14, 2023
Nov 12, 2021
Dec 14, 2021
Jan 8, 2022
Oct 9, 2021
Jan 15, 2022
Dec 14, 2021
Nov 12, 2021
Dec 19, 2021
Jan 8, 2022
Jan 15, 2022
May 14, 2023
Jan 15, 2022
Jan 15, 2022
Jan 15, 2022
Dec 28, 2021
Dec 28, 2021
Jan 15, 2022
Jan 15, 2022
Jan 15, 2022
Dec 28, 2021

Repository files navigation

Stock-X

License Stars Release Heroku

⚠️ MODEL is now available at Hugging Face: https://huggingface.co/kryox64/stock-x with DOI ⚠️

This project is all about analysis of Stock Market and providing suggestions to stockholders to invest in right company

Note: The notebook used here (IPYNB) is made using Kaggle, a data-science and ML community website which provides free Jupyter Notebook environment to work on programs and GPUs and TPUs to work on Neural Networks easily.

Here's the ref link to Kaggle

Notebook link for CNN-LSTM: Click here

Docker Image link (contains bundled libraries): Click here Size

Helm charts: Artifact Hub

Libraries used:

- Tensorflow
- Keras
- Pandas
- Scikit-learn
- Matplotlib
- Seaborn

Neural Network type

Here CNN (with Time Distributed function) and Bi-LSTM combined Neural Network is used to train. Other algorithms like XGBoost, RNN-LSTM, LSTM-GRU are also added for comparison. Here are the links to view the notebooks directly. You can also view the results in the app created using Mercury which is deployed over Heroku (free dyno).