---
layout: article
title: Computer vision
description: Learn about the basics of computer vision, the most popular tasks and applications of computer vision and how we can leverage Appwrite to build computer vision enabled applications.
---

Computer vision is a field of AI aiming to provide machines with a comprehensive understanding of visual data from a variety of sources. Images, Videos, Point Clouds, X-Rays, and MRI's from medical devices can be processed with the goal of parsing relevant information for subsequent tasks.

# Tutorials

- [Image classification](/docs/products/ai/tutorials/image-classification): Understand and label the contents of images
- [Object detection](/docs/products/ai/tutorials/object-detection): Detect and label objects in images
