developerjeremylive/North-Mini-Code-1.0-etheroi
0
North Mini Code Demo
A Gradio Space that streams code from Cohere's North-Mini-Code-1.0 model, executes the generated Python in a constrained subprocess, and renders generated HTML/CSS/JavaScript in a sandboxed browser iframe.
North-Mini-Code-1.0 is built for agentic coding and works best in your terminal with OpenCode.
Configuration
Set COHERE_API_KEY as a Hugging Face Space secret.
Local Run
export COHERE_API_KEY=...
uv run python app.pyrequirements.txt is kept for Hugging Face Spaces; pyproject.toml is for local uv runs.
