From 0610b00c9f2a92a2e0ae2d8129b81ff7e46ab7e5 Mon Sep 17 00:00:00 2001 From: Marcelo Rovai Date: Mon, 2 Dec 2024 12:39:23 -0300 Subject: [PATCH] Including new lab - vlm Including description and link for the new lab - VLM --- contents/labs/raspi/raspi.qmd | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/contents/labs/raspi/raspi.qmd b/contents/labs/raspi/raspi.qmd index 2e6dfe95..35bbd9ca 100644 --- a/contents/labs/raspi/raspi.qmd +++ b/contents/labs/raspi/raspi.qmd @@ -6,7 +6,7 @@ These labs offer invaluable hands-on experience with machine learning systems, l ## Pre-requisites -- **Raspberry Pi**: Ensure you have at least one of the boards: the Raspberry Pi Zero 2W, Raspberry Pi 4 or 5 for the Vision Labs, and the Raspberry 5 for the GenAi lab. +- **Raspberry Pi**: Ensure you have at least one of the boards: the Raspberry Pi Zero 2W, Raspberry Pi 4 or 5 for the Vision Labs, and the Raspberry 5 for the GenAi labs. - **Power Adapter**: To Power on the boards. - Raspberry Pi Zero 2-W: 2.5W with a Micro-USB adapter - Raspberry Pi 4 or 5: 3.5W with a USB-C adapter @@ -20,10 +20,10 @@ 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) | -| | | | | +| **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) |