SignBridge β what only Lucas can do
Status (2026-05-10): submission deadline 03:00 MYT β ~5 hours left. All written content + the .pptx deck are produced. Two things still need a human.
1 β Record the 2-min demo video
Follow docs/demo-video-script.md. Tools: QuickTime Player (Mac) for screen + camera capture, iMovie or CapCut for editing.
Minimum viable shot list (if pressed for time, do only these):
- Hook (10 s): plain text card: "70 million deaf people. Interpreters cost $50β200/hr. They're scarce."
- Snapshot demo (30 s): screen recording of
huggingface.co/spaces/lablab-ai-amd-developer-hackathon/signbridge. Sign L-U-C-A-S letter-by-letter (π· button per letter) β click π Speak β app says "Lucas." - Record-sign demo (30 s): switch to Record sign tab β record HELLO for ~1.5 s β click Submit β app says "hello (85%)" β click Speak β audio plays.
- Architecture flash (20 s): show one slide from
assets/pitch-deck.pptxβ slide 4 (Architecture). Voiceover: "Fine-tuned Qwen3-VL-8B handles motion ASL natively via vLLM video_url, Qwen3-8B composes English, gTTS speaks. All on a single AMD Instinct MI300X." - Close (10 s): GitHub URL + HF Space URL + "π€ SignBridge β MIT licensed."
Hard rules:
- Mention "AMD MI300X" by name β₯3 times in voice-over.
- Mention "Qwen3-VL" by name β₯2 times (Qwen Special Reward eligibility).
- Burn in subtitles for accessibility.
- Length: 2:00β2:30 max. Lablab cuts long videos.
After recording: upload to YouTube as Unlisted, copy the URL, paste into the lablab.ai form's "Video Presentation" field.
2 β Submit the lablab.ai form
Open https://lablab.ai/ai-hackathons/amd-developer β scroll to bottom β click Submit Project.
Use docs/SUBMIT_NOW.md for paste-ready content. Each block in that file maps 1:1 to a form field. The most important fields:
| Form field | Where to copy from |
|---|---|
| Project Title | SUBMIT_NOW.md first code block |
| Short Description | second code block (132 chars) |
| Long Description | third code block (~350 words, already updated with current pipeline) |
| Tags | tag list (Qwen, AMD Developer Cloud, AMD ROCm, HuggingFace Spaces, Vision, Multimodal, Accessibility, Open Source, Gradio, FastAPI, vLLM) |
| Cover Image | upload assets/cover.png (1280Γ640 PNG) |
| Video Presentation | YouTube unlisted URL from step 1 above |
| Slide Presentation | upload assets/pitch-deck.pptx (38.5 KB, 8 slides β already generated) |
| Public GitHub Repository | https://github.com/seekerPrice/signbridge |
| Demo Application Platform | Hugging Face Space |
| Application URL | https://huggingface.co/spaces/lablab-ai-amd-developer-hackathon/signbridge |
| Track | Track 3 β Vision & Multimodal AI |
Pre-submit sanity check (do these 5 in incognito Chrome):
- HF Space URL loads β Snapshot tab visible, camera placeholder visible.
- GitHub repo URL loads β README + LICENSE visible, license is MIT.
- HF Space Settings β Variables and secrets has
SIGNBRIDGE_VLM_MODEL=signbridge-qwen3vl-8b-aslset (otherwise Record-sign returns 404). - Video URL (YouTube) is publicly accessible β open in incognito to confirm.
-
assets/pitch-deck.pptxopens in Google Slides / Keynote / PowerPoint without errors.
When all 5 ticked β Submit form β wait for confirmation email β done.
Aim to submit by 02:00 MYT (1-hour buffer before 03:00 cutoff).
Done by Claude (you don't need to touch)
- All
docs/content updated to reflect current shipping pipeline (Qwen3-VL native video, gTTS, Qwen3-8B composer). -
signbridge/space.pyRecord-sign tab description updated (no more "samples 4 frames"). -
assets/pitch-deck.pptxgenerated fromdocs/pitch-deck.md(8 slides, 16:9, 38.5 KB). -
assets/cover.pngis the existing 1280Γ640 indigoβpink gradient (verified, no regenerate needed). -
signbridge/scripts/build_pitch_deck.pyscript for re-generating the deck if you want edits. - All commits pushed to HF Space + GitHub mirror.