Skip to content

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.

Notifications You must be signed in to change notification settings

silent780/StockPredictorLSTM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%