diff --git a/contents/labs/raspi/raspi.qmd b/contents/labs/raspi/raspi.qmd index 35bbd9ca..dade54bb 100644 --- a/contents/labs/raspi/raspi.qmd +++ b/contents/labs/raspi/raspi.qmd @@ -20,10 +20,14 @@ These labs offer invaluable hands-on experience with machine learning systems, l ## Exercises ++--------------+------------------------+----------------------------+---------------------------------------------------------+ | **Modality** | **Task** | **Description** | **Link** | -| ------------ | ---------------------- | -------------------------- | ------------------------------------------------------- | ++:=============+:=======================+:===========================+:========================================================+ | Vision | Image Classification | Learn to classify images | [Link](./image_classification/image_classification.qmd) | ++--------------+------------------------+----------------------------+---------------------------------------------------------+ | Vision | Object Detection | Implement object detection | [Link](./object_detection/object_detection.qmd) | ++--------------+------------------------+----------------------------+---------------------------------------------------------+ | GenAI | Small Language Models | Deploy SLMs at the Edge | [Link](./llm/llm.qmd) | ++--------------+------------------------+----------------------------+---------------------------------------------------------+ | GenAI | Visual-Language Models | Deploy VLMs at the Edge | [Link](./vlm/vlm.qmd) | - ++--------------+------------------------+----------------------------+---------------------------------------------------------+ \ No newline at end of file