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