Spaces:
Runtime error
Runtime error
File size: 1,023 Bytes
438f237 9c81560 438f237 9c81560 438f237 9c81560 438f237 9c81560 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | ---
license: mit
title: MarketPredict
sdk: gradio
emoji: π
colorFrom: indigo
colorTo: gray
pinned: true
short_description: Gradio-based LSTM/GRU/RNN/HYBRID forecasting UI
sdk_version: 5.38.2
---
## π Hugging Face Space
Deploy by uploading this repo to your Space (Gradio SDK, free tier-compatible).---
title: MarketPredict
emoji: π
colorFrom: indigo
colorTo: pink
sdk: gradio
sdk_version: 5.38.2
app_file: app.py
pinned: false
license: mit
short_description: Gradio-based LSTM/GRU/RNN/HYBRID forecasting UI
---markdown
# π Gradio AI Forecasting Studio
This is an interactive deep learning forecasting app built using PyTorch and Gradio.
## β
Features
- Supports Yahoo! Finance or CSV uploads
- Models: LSTM, GRU, BiLSTM, Transformer, CNN, Hybrid
- Hyperparameter customization
- Rolling forecast & evaluation
- Visual error metrics
## π Run Locally
```bash
pip install -r requirements.txt
python app.py
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |