kronos-forecast / README.md
Minyans's picture
fix: bump to gradio sdk 5.0.0, drop audioop-lts (pydub removed in gradio 5)
5ceca11
---
title: Kronos-mini 3-Day Price Forecast
emoji: 🔮
colorFrom: indigo
colorTo: yellow
sdk: gradio
sdk_version: "5.0.0"
app_file: app.py
pinned: false
license: apache-2.0
---
# Kronos-mini · 3-Day Price Forecast
Autoregressive transformer (AAAI 2026) for financial time-series forecasting.
Accepts OHLCV data, returns 3-day OHLC predictions via ZeroGPU.
## Deploy steps
1. Create a HuggingFace account at https://huggingface.co
2. `huggingface-cli login`
3. `huggingface-cli repo create kronos-forecast --type space --space_sdk gradio`
4. `git clone https://huggingface.co/spaces/Minyans/kronos-forecast`
5. Copy these files into the cloned folder
6. `git add . && git commit -m "init" && git push`
## Local client
Set `KRONOS_HF_SPACE=Minyans/kronos-forecast` in your environment,
then run `python kronos_predict.py` to use cloud GPU instead of local CPU.