Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 342 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 342 Bytes

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.