Skip to content

Commit

Permalink
Added VLM to the main table
Browse files Browse the repository at this point in the history
  • Loading branch information
profvjreddi committed Dec 5, 2024
1 parent 309eabf commit e0ad114
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions contents/labs/overview.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e0ad114

Please sign in to comment.