goumsss Claude Sonnet 4.6 commited on
Commit
2989b7e
·
1 Parent(s): 9d5c943

Add hackathon submission tags, demo video, and launch post to README

Browse files

Track: Backyard AI
Prizes/badges: Best Use of Modal, Best Demo, Tiny Titan, Off Brand
Links: Loom demo video + X launch post

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -14,6 +14,11 @@ tags:
14
  - kids
15
  - education
16
  - math
 
 
 
 
 
17
  ---
18
 
19
  # 🦁 NumZoo
@@ -32,6 +37,8 @@ A mental math app for kids — answer questions, earn cute AI-generated animal i
32
 
33
  ### See it in action
34
 
 
 
35
  | 1 · Pick animals & places | 2 · Solve math | 3 · Earn cute reward |
36
  |:---:|:---:|:---:|
37
  | ![picker](docs/app_picker.jpg) | ![quiz](docs/app_quiz.jpg) | ![reward](docs/app_reward.jpg) |
@@ -77,7 +84,7 @@ More rewards from the LoRA:
77
  [`scripts/generate_dataset.py`](scripts/generate_dataset.py) and
78
  [`training/`](training/) for the images + captions.
79
  2. **Training** — LoRA (rank 32, 1500 steps) on `FLUX.2-klein-base-4B` via
80
- [ostris/ai-toolkit](https://github.com/ostris/ai-toolkit) on a **Modal** A100 (~45 min).
81
  Reproducible setup in [`training/lora_trainer/`](training/lora_trainer/).
82
  3. **Inference** — the LoRA loads on the distilled 4-step klein in `image_generator.py`;
83
  the app simply prepends the `NUMZOO` trigger to every prompt.
 
14
  - kids
15
  - education
16
  - math
17
+ - Backyard AI
18
+ - Best Use of Modal
19
+ - Best Demo
20
+ - Tiny Titan
21
+ - Off Brand
22
  ---
23
 
24
  # 🦁 NumZoo
 
37
 
38
  ### See it in action
39
 
40
+ ▶️ **[Demo video (Loom)](https://www.loom.com/share/c565cba49f2c4ad1bfb428e38ff4b629)** · 📣 **[Launch post](https://x.com/goooums/status/2066500943676399814)**
41
+
42
  | 1 · Pick animals & places | 2 · Solve math | 3 · Earn cute reward |
43
  |:---:|:---:|:---:|
44
  | ![picker](docs/app_picker.jpg) | ![quiz](docs/app_quiz.jpg) | ![reward](docs/app_reward.jpg) |
 
84
  [`scripts/generate_dataset.py`](scripts/generate_dataset.py) and
85
  [`training/`](training/) for the images + captions.
86
  2. **Training** — LoRA (rank 32, 1500 steps) on `FLUX.2-klein-base-4B` via
87
+ [ostris/ai-toolkit](https://github.com/ostris/ai-toolkit), running on a **[Modal](https://modal.com) A100** (~45 min, serverless GPU).
88
  Reproducible setup in [`training/lora_trainer/`](training/lora_trainer/).
89
  3. **Inference** — the LoRA loads on the distilled 4-step klein in `image_generator.py`;
90
  the app simply prepends the `NUMZOO` trigger to every prompt.