> ## Documentation Index
> Fetch the complete documentation index at: https://imsdkdocs.qualcomm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Demo Applications

> Ready-to-run Python App Builder demo applications

The table below lists the Python App Builder demo applications built on top of the [Python App Builder](/app-builder/python-app-builder) SDK.

| # | Application                                                                   | Source Code                                                                                                                                  | Description                                                                                                                                                                                                   |
| - | ----------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1 | [Product Counting Application](/blogs/product-counting-application)           | [qimsdk\_demo\_product\_counting.py](https://github.com/qualcomm/qimsdk/blob/main/python/examples/demo-apps/qimsdk_demo_product_counting.py) | A YOLOv8-based object detection pipeline that counts products crossing a center region of interest in real time.                                                                                              |
| 2 | [Smart Board Application](/blogs/smart-board-application)                     | [qimsdk\_demo\_smartboard.py](https://github.com/qualcomm/qimsdk/blob/main/python/examples/demo-apps/qimsdk_demo_smartboard.py)              | A touchless virtual whiteboard controlled entirely by hand gestures, supporting freehand drawing, shape recognition, erasing, and dragging content via a two-stage palm detection and hand landmark pipeline. |
| 3 | [Touchless Wrist Steering Car Game](/blogs/touchless-wrist-steering-car-game) | [qimsdk\_demo\_car\_game.py](https://github.com/qualcomm/qimsdk/blob/main/python/examples/demo-apps/qimsdk_demo_car_game.py)                 | A two-stage palm detection and hand landmark pipeline turns wrist movement into a virtual steering wheel for a real-time, touchless split-screen driving game.                                                |
