From b6e2ebfd24ab816dd4d8607a88b03080f9ac70f3 Mon Sep 17 00:00:00 2001 From: Vijay Janapa Reddi Date: Thu, 29 Aug 2024 09:23:19 -0400 Subject: [PATCH] Fixed table merge issue --- contents/labs/labs.qmd | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/contents/labs/labs.qmd b/contents/labs/labs.qmd index cb44e9f4..10fc8474 100644 --- a/contents/labs/labs.qmd +++ b/contents/labs/labs.qmd @@ -34,14 +34,21 @@ These labs are designed for: ## Supported Devices -| Exercise | [Nicla Vision](https://store.arduino.cc/products/nicla-vision) | [XIAO ESP32S3](https://wiki.seeedstudio.com/xiao_esp32s3_getting_started/) | [Raspberry Pi](https://www.raspberrypi.com/) | -| --------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | -------------------------------------------- | -| Installation & Setup | ✅ | ✅ | ✅ | -| Keyword Spotting (KWS) | ✅ | ✅ | | -| Image Classification | ✅ | ✅ | Coming soon. | -| Object Detection | ✅ | ✅ | Coming soon. | -| Motion Detection | ✅ | ✅ | | -| Small Language Models (SLM) | | | Coming soon. | ++----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+ +| Exercise | [Nicla Vision](https://store.arduino.cc/products/nicla-vision) | [XIAO ESP32S3](https://wiki.seeedstudio.com/xiao_esp32s3_getting_started/) | [Raspberry Pi](https://www.raspberrypi.com/) | ++:===========================+:===============================================================+:===========================================================================+:=============================================+ +| Installation & Setup | | | | ++----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+ +| Keyword Spotting (KWS) | | | | ++----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+ +| Image Classification | | | Coming soon. | ++----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+ +| Object Detection | | | Coming soon. | ++----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+ +| Motion Detection | | | | ++----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+ +| Small Language Models (SLM)| | | Coming soon. | ++----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+ ## Lab Structure