Spaces:
Build error
Build error
Commit ·
3a0014b
1
Parent(s): d7d6b24
docs: fill in GitHub + HF Space URLs in CLAUDE.md
Browse files
CLAUDE.md
CHANGED
|
@@ -70,8 +70,8 @@ Win the AMD Developer Hackathon (LabLab.ai, May 2026), Track 3, with a real-time
|
|
| 70 |
- Datasets: [WLASL](https://github.com/dxli94/WLASL) Top-100 subset + ASL fingerspelling alphabet (open)
|
| 71 |
- HF Hub artifact: `lucas-loo/signbridge-classifier` (trained classifier weights + model card with ROCm training config)
|
| 72 |
- License: Apache 2.0
|
| 73 |
-
- GitHub mirror:
|
| 74 |
-
- HF Space URL:
|
| 75 |
- Submission link: *fill in once started on lablab.ai*
|
| 76 |
|
| 77 |
## Run Commands
|
|
@@ -145,8 +145,8 @@ git push huggingface main
|
|
| 145 |
- **Track:** 3 (Vision & Multimodal AI). Extra Challenge (Build in Public) intentionally skipped 2026-05-07.
|
| 146 |
- **WLASL dataset:** https://github.com/dxli94/WLASL
|
| 147 |
- **MediaPipe Holistic:** https://developers.google.com/mediapipe/solutions/vision/holistic_landmarker
|
| 148 |
-
- **HF
|
| 149 |
-
- **GitHub mirror:**
|
| 150 |
- **Submission link:** *fill in once started on lablab.ai*
|
| 151 |
- **Plan file:** `/Users/lucaslt/.claude/plans/first-need-to-change-sparkling-dawn.md`
|
| 152 |
|
|
@@ -154,6 +154,8 @@ git push huggingface main
|
|
| 154 |
|
| 155 |
## Progress log (newest first)
|
| 156 |
|
|
|
|
|
|
|
| 157 |
**2026-05-07 — Dropped Build-in-Public extra challenge.** Track 3 only. Frees ~2 hours that were earmarked for the 2 social posts + the external-facing walkthrough framing. Walkthrough doc kept as an internal technical record but no longer a submission deliverable.
|
| 158 |
|
| 159 |
**2026-05-07 — Pivoted to SignBridge.** Re-scored against the four judging criteria: SignBridge wins on Originality (10) and Presentation (10) thanks to the live deaf-person-to-hearing-person demo. Business value also stronger (Sorenson VRS comparable, mandated interpreter budgets). Replaced Iris scaffold (`iris/` package, README, requirements deps) with `signbridge/` package. CLAUDE.md, plan file, README rewritten. Day 1 hello-world starts: MediaPipe Holistic on webcam, WLASL data download, Plan-B VLM test.
|
|
|
|
| 70 |
- Datasets: [WLASL](https://github.com/dxli94/WLASL) Top-100 subset + ASL fingerspelling alphabet (open)
|
| 71 |
- HF Hub artifact: `lucas-loo/signbridge-classifier` (trained classifier weights + model card with ROCm training config)
|
| 72 |
- License: Apache 2.0
|
| 73 |
+
- GitHub mirror: https://github.com/seekerPrice/signbridge
|
| 74 |
+
- HF Space URL: https://huggingface.co/spaces/LucasLooTan/signbridge
|
| 75 |
- Submission link: *fill in once started on lablab.ai*
|
| 76 |
|
| 77 |
## Run Commands
|
|
|
|
| 145 |
- **Track:** 3 (Vision & Multimodal AI). Extra Challenge (Build in Public) intentionally skipped 2026-05-07.
|
| 146 |
- **WLASL dataset:** https://github.com/dxli94/WLASL
|
| 147 |
- **MediaPipe Holistic:** https://developers.google.com/mediapipe/solutions/vision/holistic_landmarker
|
| 148 |
+
- **HF Space:** https://huggingface.co/spaces/LucasLooTan/signbridge (deployed 2026-05-07)
|
| 149 |
+
- **GitHub mirror:** https://github.com/seekerPrice/signbridge (deployed 2026-05-07)
|
| 150 |
- **Submission link:** *fill in once started on lablab.ai*
|
| 151 |
- **Plan file:** `/Users/lucaslt/.claude/plans/first-need-to-change-sparkling-dawn.md`
|
| 152 |
|
|
|
|
| 154 |
|
| 155 |
## Progress log (newest first)
|
| 156 |
|
| 157 |
+
**2026-05-07 — GitHub repo + HF Space live.** GitHub: `seekerPrice/signbridge`. HF Space: `LucasLooTan/signbridge` (Gradio SDK 4.44.1, Apache 2.0). All 16 source files mirrored to both. Awaiting AMD Dev Cloud credit email to wire up real VLM endpoint.
|
| 158 |
+
|
| 159 |
**2026-05-07 — Dropped Build-in-Public extra challenge.** Track 3 only. Frees ~2 hours that were earmarked for the 2 social posts + the external-facing walkthrough framing. Walkthrough doc kept as an internal technical record but no longer a submission deliverable.
|
| 160 |
|
| 161 |
**2026-05-07 — Pivoted to SignBridge.** Re-scored against the four judging criteria: SignBridge wins on Originality (10) and Presentation (10) thanks to the live deaf-person-to-hearing-person demo. Business value also stronger (Sorenson VRS comparable, mandated interpreter budgets). Replaced Iris scaffold (`iris/` package, README, requirements deps) with `signbridge/` package. CLAUDE.md, plan file, README rewritten. Day 1 hello-world starts: MediaPipe Holistic on webcam, WLASL data download, Plan-B VLM test.
|