Fetching metadata from the HF Docker repository...
Upload 3 files
36b4088
verified
ClimaMind — K2-Think + Live Climate Data (Gradio on Hugging Face Spaces)
Setup
- Create a new Space → SDK = Gradio.
- Upload
app.py and requirements.txt (this README is optional).
- In Settings → Variables / secrets, set:
PROVIDER = hf_model (recommended) or local or stub
MODEL_ID = MBZUAI-IFM/K2-Think-SFT (default) or LLM360/K2-Think
HF_TOKEN = your HF token (Read + Inference)
- If choosing
local, switch the Space hardware to GPU.
Notes
- Uses Open-Meteo + OpenAQ (keyless).
- If model returns non-JSON, you’ll see a friendly fallback.
- If rate-limited, temporarily set
PROVIDER=stub for the demo.