/StockPredictorLSTM

This code tries to predict stock prices using LSTM. It can be used to predict both Intraday and Delivery prices depending upon the configuration chosen.

Primary LanguagePython

StockPredictorLSTM

This python code predicts stock prices using LSTM. It can be used to predict both Intraday and Delivery prices depending upon the configuration chosen. It uses yfinance python module to get stock prices from yahoo finance api. After getting the data it runs a LSTM model on the accuired data to predict the future price.