> For the complete documentation index, see [llms.txt](https://corgidude.makerasia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://corgidude.makerasia.com/demo-projects.md).

# Demo Projects

- [Face Recognition](https://corgidude.makerasia.com/demo-projects/face-recognition.md)
- [ตอนที่ 1](https://corgidude.makerasia.com/demo-projects/face-recognition/ep1.md)
- [ตอนที่ 2](https://corgidude.makerasia.com/demo-projects/face-recognition/ep2.md)
- [ตอนที่ 3](https://corgidude.makerasia.com/demo-projects/face-recognition/ep3.md)
- [ตอนที่ 4](https://corgidude.makerasia.com/demo-projects/face-recognition/ep4.md)
- [Image Classification](https://corgidude.makerasia.com/demo-projects/image-classification.md)
- [CorgiDude บอร์ด Image Classification โดยใช้ MobileNetV1](https://corgidude.makerasia.com/demo-projects/image-classification/corgidude-image-classification-mobilenetv1.md)
- [CorgiDude บอร์ด Image Classification โดยใช้ Transfer Learning MobileNetV1](https://corgidude.makerasia.com/demo-projects/image-classification/corgidude-image-classification-transfer-learning-mobilenetv1.md)
- [Object Detection](https://corgidude.makerasia.com/demo-projects/object-detection.md)
- [CorgiDude บอร์ดกับการทำ Object Detection โดยใช้ Yolo](https://corgidude.makerasia.com/demo-projects/object-detection/corgidude-object-detection-yolo.md)
- [CorgiDude บอร์ด ตรวจจับใบหน้าด้วย Yolo Face Detection](https://corgidude.makerasia.com/demo-projects/object-detection/corgidude-yolo-face-detection.md)
- [CorgiDude บอร์ดกับการทำ Cat Face Detection โดยใช้ Yolo2](https://corgidude.makerasia.com/demo-projects/object-detection/corgidude-cat-face-detection-yolo2.md)
- [การทำ Dataset แบบ Object Detection ชนิด VOC ที่สามารถเอาไปใช้ตอนเทรนใน Yolo2 ได้เลย](https://corgidude.makerasia.com/demo-projects/object-detection/dataset-object-detection-voc-yolo2.md)
- [CorgiDude บอร์ดกับการทำ License Plate Detection ของรถมอเตอร์ไซค์ โดยใช้ Yolo2](https://corgidude.makerasia.com/demo-projects/object-detection/corgidude-license-plate-detection-yolo2.md)
- [CorgiDude บอร์ด ตรวจจับใบหน้า และ Mask ด้วย Yolo2 Face Mask Detection](https://corgidude.makerasia.com/demo-projects/object-detection/corgidude-mask-yolo2-face-mask-detection.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://corgidude.makerasia.com/demo-projects.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
