A fully functional Streamlit web app that predicts future stock prices using a hybrid LSTM + Transformer model. Fetches real-time data via Yahoo Finance.
- Real-time stock ticker prediction
- Transformer + LSTM hybrid deep learning model
- Technical indicators: RSI, EMA12/26, MACD, Bollinger Bands
- Multi-day future predictions
- Interactive Plotly charts
pip install -r requirements.txt
streamlit run app.py
- Push this repo to GitHub
- Go to https://share.streamlit.io/
- Select this repo → choose app.py
- Deploy
- app.py — Streamlit app
- best_model.pth — trained PyTorch model
- scaler.save — MinMaxScaler for input normalization
- requirements.txt — app dependencies