> For the complete documentation index, see [llms.txt](https://docs.aic-eec.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aic-eec.com/artificial-intelligence-ai.md).

# Artificial Intelligence (AI)

- [VAMStack Design House, BUU](https://docs.aic-eec.com/artificial-intelligence-ai/vamstack.md)
- [Data Analytics](https://docs.aic-eec.com/artificial-intelligence-ai/data-analytics.md): How to handle your data and what does it mean
- [Data cleansing](https://docs.aic-eec.com/artificial-intelligence-ai/data-analytics/data-cleansing.md): In the other name "data cleaning"
- [Data analytics](https://docs.aic-eec.com/artificial-intelligence-ai/data-analytics/data-analytics.md): ํData always told you more than one thing.
- [Data analytic exercise](https://docs.aic-eec.com/artificial-intelligence-ai/data-analytics/data-analytic-exercise.md)
- [Machine Learning](https://docs.aic-eec.com/artificial-intelligence-ai/machine-learning.md): How to teach your machine
- [Neural Network Layers](https://docs.aic-eec.com/artificial-intelligence-ai/machine-learning/neural-network-layers.md): ทำความเข้าใจธรรมชาติของ Neural network
- [Machine learning type](https://docs.aic-eec.com/artificial-intelligence-ai/machine-learning/machine-learning-type.md): There are many machine learning method
- [Dataset](https://docs.aic-eec.com/artificial-intelligence-ai/machine-learning/dataset.md)
- [Using Edge Impulse for AI Model](https://docs.aic-eec.com/artificial-intelligence-ai/machine-learning/using-edge-impulse-for-ai-model.md): ขั้นตอนนี้เราจะมาสร้าง AI กันด้วย Edge Impulse
- [Basic Image Processing](https://docs.aic-eec.com/artificial-intelligence-ai/basic-image-processing.md)
- [Computer Vision using Python Language](https://docs.aic-eec.com/artificial-intelligence-ai/basic-image-processing/computer-vision-for-python.md)
- [Installation](https://docs.aic-eec.com/artificial-intelligence-ai/basic-image-processing/computer-vision-for-python/lab-1-installation.md): install python and Opencv library
- [Computer Vision Basics](https://docs.aic-eec.com/artificial-intelligence-ai/basic-image-processing/computer-vision-for-python/lab-2-basic-cv.md)
- [Pixel and Color](https://docs.aic-eec.com/artificial-intelligence-ai/basic-image-processing/computer-vision-for-python/lab-2-basic-cv/image-basics.md)
- [Draw image](https://docs.aic-eec.com/artificial-intelligence-ai/basic-image-processing/computer-vision-for-python/lab-2-basic-cv/draw-image.md)
- [Basic Image processing](https://docs.aic-eec.com/artificial-intelligence-ai/basic-image-processing/computer-vision-for-python/lab-2-basic-cv/basic-image-processing.md)
- [Morphology Transformations](https://docs.aic-eec.com/artificial-intelligence-ai/basic-image-processing/computer-vision-for-python/lab-2-basic-cv/morphology-transformations.md)
- [Gaussian blur](https://docs.aic-eec.com/artificial-intelligence-ai/basic-image-processing/computer-vision-for-python/lab-2-basic-cv/gaussian-blur.md)
- [Simple Thresholding](https://docs.aic-eec.com/artificial-intelligence-ai/basic-image-processing/computer-vision-for-python/lab-2-basic-cv/simple-thresholding.md)
- [Contour](https://docs.aic-eec.com/artificial-intelligence-ai/basic-image-processing/computer-vision-for-python/lab-2-basic-cv/contour.md)
- [Canny edge detection](https://docs.aic-eec.com/artificial-intelligence-ai/basic-image-processing/computer-vision-for-python/lab-2-basic-cv/canny-edge-detection.md)
- [Case Study](https://docs.aic-eec.com/artificial-intelligence-ai/basic-image-processing/computer-vision-for-python/lab-3-case-study.md)
- [Coin counting](https://docs.aic-eec.com/artificial-intelligence-ai/basic-image-processing/computer-vision-for-python/lab-3-case-study/coin-counting.md)
- [Color detection & tracking](https://docs.aic-eec.com/artificial-intelligence-ai/basic-image-processing/computer-vision-for-python/lab-3-case-study/untitled.md)
- [VAM\_CV SDK](https://docs.aic-eec.com/artificial-intelligence-ai/basic-image-processing/computer-vision-for-python/lab-4-vam_cv-sdk.md): supported by VAMStack Co., Ltd.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.aic-eec.com/artificial-intelligence-ai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
