Gradio app hosted as a Hugging Face Space under the build-small-hackathon org
Model ≤ 32B parameters (verify in Space config)
Demo video (short, shows the app working)
Social media post (tweet, LinkedIn, etc. — link in submission)
Space link submitted via the org
🔑 Per-Participant Credits (Just for Registering)
Provider
Credit
OpenAI Codex
$100 (first 1,000 participants)
Modal
$250
Hugging Face
$20
💡 Project Ideas Brainstorming
Backyard AI Track Ideas
Local recipe organizer for a parent who prints recipes from websites
Inventory tracker for a neighbor's small craft business
Medication reminder with voice for an elderly relative
Garden planting calendar customized to local climate zone
Homework helper for a specific subject a kid struggles with
Accessibility tool for someone with specific needs (voice-to-text, high contrast, etc.)
Thousand Token Wood Track Ideas
Interactive micro-fiction where the model co-writes a strange story
Tiny text adventure with AI-generated rooms/NPCs
AI art collaborator — you draw a blob, it completes it into something weird
Dream interpreter that generates surreal illustrations
Procedural poem generator with strange constraints
AI dungeon master for a 5-minute solo RPG session
Glitch poetry — model corrupts/transforms text in artistic ways
⚡ Quick Start Commands
# Clone the hackathon org (for reference)
git clone https://huggingface.co/build-small-hackathon
# Create a new Gradio Space locally# Then push to: https://huggingface.co/build-small-hackathon/your-space-name# Test model size (example)
python -c "from transformers import AutoModelForCausalLMmodel = AutoModelForCausalLM.from_pretrained('model-name')print(f'Parameters: {sum(p.numel() for p in model.parameters()) / 1e9:.2f}B')"
📝 Notes for Our Team
We're in the hack window (June 5-15) — build time is NOW
Two weekends to build, ship, and demo
Gradio Space must be under the org — not personal account
Model size is HARD constraint — verify before submitting
Bonus quests stack — aim for multiple badges for extra points
Demo video + social post are mandatory — don't leave for last minute
Last updated: 2026-06-07 | Source: Hugging Face Spaces README