Skip to content

Commit 55620d9

Browse files
authored
Merge pull request #152 from arm-university/main
Challenge videos
2 parents 414a8af + fe09164 commit 55620d9

File tree

1 file changed

+45
-1
lines changed

1 file changed

+45
-1
lines changed

docs/Challenge_Page.html

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ <h2 style="color:#7c3aed; margin:0 0 10px; font-size:24px;">Frequently Asked Que
308308
<p>No, the participants can apply for only 1 problem statement out of the given 5 problem statements in this challenge.</p>
309309
</div>
310310
</details>
311-
312311
</div>
313312
</div>
314313
</div>
@@ -342,6 +341,15 @@ <h3>Project Description</h3>
342341
<p>
343342
Students will build an embedded speech pipeline performing:
344343
</p>
344+
<div style="margin:24px 0; display:flex; justify-content:center;">
345+
<iframe width="560" height="315"
346+
src="https://www.youtube.com/embed/6RYfIH39pI0"
347+
title="YouTube video"
348+
frameborder="0"
349+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
350+
allowfullscreen
351+
style="max-width:100%; border-radius:12px; box-shadow:0 6px 24px rgba(0,0,0,0.12);"></iframe>
352+
</div>
345353
<ul>
346354
<li>Speech-to-text using a lightweight ASR model (e.g., Coqui STT or fine-tuned wav2vec2 for Hindi).</li>
347355
<li>Command parsing and intent recognition in Python.</li>
@@ -412,6 +420,15 @@ <h3>Project Description</h3>
412420
Students will use MediaPipe Hands (optimized for Arm CPU and Jetson GPU) to detect hand landmarks, then classify
413421
gestures and map them to keyboard shortcuts using Python libraries like <code>pynput</code> or <code>xdotool</code>.
414422
</p>
423+
<div style="margin:24px 0; display:flex; justify-content:center;">
424+
<iframe width="560" height="315"
425+
src="https://www.youtube.com/embed/PNdTXSF_-Ak"
426+
title="YouTube video"
427+
frameborder="0"
428+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
429+
allowfullscreen
430+
style="max-width:100%; border-radius:12px; box-shadow:0 6px 24px rgba(0,0,0,0.12);"></iframe>
431+
</div>
415432

416433
<h3>Key Requirements</h3>
417434
<ul>
@@ -476,6 +493,15 @@ <h3>Project Description</h3>
476493
edge-optimized format (TensorFlow Lite / ONNX Runtime), and integrate it with an OpenCV video pipeline.
477494
Detected anomalies should trigger timestamped logs or saved clips.
478495
</p>
496+
<div style="margin:24px 0; display:flex; justify-content:center;">
497+
<iframe width="560" height="315"
498+
src="https://www.youtube.com/embed/uWn6R82CrHw"
499+
title="YouTube video"
500+
frameborder="0"
501+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
502+
allowfullscreen
503+
style="max-width:100%; border-radius:12px; box-shadow:0 6px 24px rgba(0,0,0,0.12);"></iframe>
504+
</div>
479505

480506
<h3>Key Requirements</h3>
481507
<ul>
@@ -547,6 +573,15 @@ <h3>Project Description</h3>
547573
</ol>
548574
to produce natural, fluent spoken output in Language B. All inference must run locally with no cloud dependency, demonstrating efficient use of Arm CPU acceleration and mobile-friendly optimizations.
549575
</p>
576+
<div style="margin:24px 0; display:flex; justify-content:center;">
577+
<iframe width="560" height="315"
578+
src="https://www.youtube.com/embed/A1X9nIiAV1M"
579+
title="YouTube video"
580+
frameborder="0"
581+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
582+
allowfullscreen
583+
style="max-width:100%; border-radius:12px; box-shadow:0 6px 24px rgba(0,0,0,0.12);"></iframe>
584+
</div>
550585

551586
<h3>Key Requirements</h3>
552587
<ul>
@@ -639,6 +674,15 @@ <h3>Project Description</h3>
639674
</ul>
640675
The final system will perform real-time inference using either a live camera feed or a standard dataset, with detailed performance comparison against a software-only CPU implementation.
641676
</p>
677+
<div style="margin:24px 0; display:flex; justify-content:center;">
678+
<iframe width="560" height="315"
679+
src="https://www.youtube.com/embed/_ufBkxl1zxo"
680+
title="YouTube video"
681+
frameborder="0"
682+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
683+
allowfullscreen
684+
style="max-width:100%; border-radius:12px; box-shadow:0 6px 24px rgba(0,0,0,0.12);"></iframe>
685+
</div>
642686

643687

644688
<h3>Key Requirements</h3>

0 commit comments

Comments
 (0)