Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -11,8 +11,11 @@ short_description: Say a word in English, hear it in Kalenjin
|
|
| 11 |
tags:
|
| 12 |
- build-small-hackathon
|
| 13 |
- backyard-ai
|
|
|
|
| 14 |
- tiny-titan
|
| 15 |
- best-demo
|
|
|
|
|
|
|
| 16 |
- speech
|
| 17 |
- low-resource-languages
|
| 18 |
- kalenjin
|
|
@@ -30,11 +33,17 @@ Speak (or type) English → Whisper transcribes it → an English→Swahili→Ka
|
|
| 30 |
cascade translates it → **Cheps** (a Kalenjin TTS I fine-tuned) speaks it.
|
| 31 |
Common phrases are pre-rendered so they play instantly.
|
| 32 |
|
| 33 |
-
## Build Small (Hugging Face × Gradio)
|
| 34 |
-
- **Track:** 🏡 Backyard AI.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
- **🐣 Tiny Titan:** every model is ≤4B — Whisper 74M (ASR), NLLB 600M ×2 in the
|
| 36 |
cascade (translation), Orpheus 3B + LoRA (the Cheps voice). Small weights, real
|
| 37 |
impact for a language with almost no tooling.
|
|
|
|
|
|
|
| 38 |
- **Demo video:** _TODO: link_
|
| 39 |
- **Social post:** _TODO: link_
|
| 40 |
|
|
|
|
| 11 |
tags:
|
| 12 |
- build-small-hackathon
|
| 13 |
- backyard-ai
|
| 14 |
+
- off-brand
|
| 15 |
- tiny-titan
|
| 16 |
- best-demo
|
| 17 |
+
- bonus-quest-champion
|
| 18 |
+
- modal
|
| 19 |
- speech
|
| 20 |
- low-resource-languages
|
| 21 |
- kalenjin
|
|
|
|
| 33 |
cascade translates it → **Cheps** (a Kalenjin TTS I fine-tuned) speaks it.
|
| 34 |
Common phrases are pre-rendered so they play instantly.
|
| 35 |
|
| 36 |
+
## Build Small (Hugging Face × Gradio) — what we're going for
|
| 37 |
+
- **Track:** 🏡 Backyard AI — built for a real person (my wife, learning Kalenjin).
|
| 38 |
+
- **💚 Modal — Best Use of Modal:** the translation cascade and the Cheps voice
|
| 39 |
+
both run on Modal at runtime; this Space orchestrates them.
|
| 40 |
+
- **🎨 Off Brand:** a fully custom UI (editorial serif, terracotta on off-white,
|
| 41 |
+
the Kalenjin word as the centerpiece) — well past the default Gradio look.
|
| 42 |
- **🐣 Tiny Titan:** every model is ≤4B — Whisper 74M (ASR), NLLB 600M ×2 in the
|
| 43 |
cascade (translation), Orpheus 3B + LoRA (the Cheps voice). Small weights, real
|
| 44 |
impact for a language with almost no tooling.
|
| 45 |
+
- **🏆 Best Demo:** app + demo video + social post.
|
| 46 |
+
- **👑 Bonus Quest Champion:** stacking the most bonus criteria above.
|
| 47 |
- **Demo video:** _TODO: link_
|
| 48 |
- **Social post:** _TODO: link_
|
| 49 |
|