Aritra-20 / Stock-Price-Prediction-App

Stock Price Prediction App made using LSTM Model

Home Page:https://stockpricepreds.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stock Price Prediction App


This is a time series analysis of Stock prices, I have used LSTM model here but stock market prediction can also be done with ARIMA model, the only drawback being, ARIMA requires the graph to be stationary and has low accuracy as compared to LSTM.


  • It uses LSTM model which predicts the stock closing price by training on the prices of previous days.
  • The Model's accuracy varies from stock to stock and the metric used is mean squared error.
  • Step is of 60 days
  • Data is provided by yahoo finance's python library yfinance

Demo Graph ( AAPL Stock)

aapl-graph


Socials -

About

Stock Price Prediction App made using LSTM Model

https://stockpricepreds.herokuapp.com/


Languages

Language:Python 93.7%Language:Shell 6.3%