File size: 380 Bytes
1be83e1 d24798b 1be83e1 d24798b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
title: Chronos Stock Forecast
emoji: π
colorFrom: indigo
colorTo: blue
sdk: gradio
sdk_version: "4.44.0"
app_file: app.py
pinned: false
---
# Chronos Stock Forecast (Gradio on Hugging Face Spaces)
- Zero-shot time series forecasting with amazon/chronos-bolt-*
- UI: Gradio
- Data: yfinance Close prices
## Local run
```bash
pip install -r requirements.txt
python app.py
|