Skip to content

Supran20/Stock-Market-Price-Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“ˆ Stock Price Prediction using LSTM and Streamlit

This project is a web-based stock price predictor built using LSTM (Long Short-Term Memory) neural networks and Streamlit. It takes historical stock data and forecasts future trends using deep learning. The app allows users to input a stock symbol and visualize price trends alongside moving averages and predictions.


๐Ÿš€ Features

  • Fetches live historical stock data from Yahoo Finance
  • Preprocesses and scales the data using MinMaxScaler
  • Visualizes:
    • 50-day, 100-day, and 200-day moving averages
    • Actual vs Predicted stock prices
  • Uses a stacked LSTM model with dropout layers for robust prediction
  • Built with a clean and interactive Streamlit interface

๐Ÿ› ๏ธ Tech Stack

  • Frontend: Streamlit
  • Backend: Keras (TensorFlow backend), Numpy, Pandas
  • Visualization: Matplotlib
  • Data Source: yFinance API
  • Model: LSTM Neural Network

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors