diff --git a/contents/labs/overview.qmd b/contents/labs/overview.qmd index 970e1ebd..37886df6 100644 --- a/contents/labs/overview.qmd +++ b/contents/labs/overview.qmd @@ -40,21 +40,23 @@ We have included laboratory materials for three key devices that represent diffe * XIAO ESP32S3: A versatile, compact board suitable for keyword spotting and motion detection tasks. * Raspberry Pi: A flexible platform for more computationally intensive tasks, including small language models and various classification and detection applications. -+----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+ -| 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 | ✓ | ✓ | ✓ | -+----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+ -| Object Detection | ✓ | ✓ | ✓ | -+----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+ -| Motion Detection | ✓ | ✓ | | -+----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+ -| Small Language Models (SLM)| | | ✓ | -+----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+ ++-----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+ +| 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 | ✓ | ✓ | ✓ | ++-----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+ +| Object Detection | ✓ | ✓ | ✓ | ++-----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+ +| Motion Detection | ✓ | ✓ | | ++-----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+ +| Small Language Models (SLM) | | | ✓ | ++-----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+ +| Vision Language Models (VLM)| | | ✓ | ++-----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+ ## Lab Structure