An interactive AI-powered app for predicting stock prices using LSTM and Streamlit with real-time stock selection and export options.
๐ StockSense - AI-Powered Stock Price Predictor StockSense is a user-friendly, web-based application that uses an LSTM deep learning model to predict future stock prices. Built with Streamlit, Keras, and yfinance, this app allows users to select popular stocks and visualize real-time historical data alongside predicted prices.
๐ Features
๐ Stock Selection: Choose from major tech stocks like GOOG, AAPL, TSLA, and more.
๐ง AI-Powered Forecasting: Uses a pre-trained LSTM model to predict future prices.
๐ Interactive Charts: Visualizes moving averages, historical prices, and model predictions.
๐ฅ Data Export: Download predicted vs. actual prices as CSV or Excel.
๐ Dark Theme: Sleek UI with modern dark styling.
๐ ๏ธ Tech Stack
Frontend: Streamlit
Data Source: Yahoo Finance API (yfinance)
Model: Long Short-Term Memory (LSTM) with Keras
Visualization: Matplotlib
File Export: Pandas, XlsxWriter