Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

💹 Doing some data analysis using historical data from NASDAQ

License

Notifications You must be signed in to change notification settings

cytronicoder/stock-data-visualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 I will be working on this experiment again during summer 2023... stay tuned!

Stock Data Visualiser

This is a simple stock data visualiser that uses the Alpha Vantage API to get stock data. I built this to learn more about data crunching and visualisation. The aim of this project is to build a fully functional LSTM model that predicts future stock prices based on historical prices using PyTorch. It is currently in development, and I will be adding more features as I learn more about data visualisation.

IBM Stock Price Prediction

Installation

To install the required packages, run the following command:

pip install -r requirements.txt

Usage

You can either run the program using the command line, or by using the Jupyter Notebook (locally or on Google Colab - recommended).

Command Line

To run the program using the command line, run the following command:

python lstm-model/train.py

Experimental: I am currently developing a web app to pair with this project. You can run the web app using the following command:

cd client
yarn install
yarn run dev

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate. If you have any questions, feel free to open an issue. I will try to respond as soon as possible.

About

💹 Doing some data analysis using historical data from NASDAQ

Topics

Resources

License

Stars

Watchers

Forks