---
layout: article
title: Artificial intelligence
description: "Learn how to implement machine learning models in your applications."
---

Appwrite allows you to build powerful AI powered applications with ease. Leverage Appwrite's
powerful functions architecture and start building the future.

# Explore capabilities {% #explore-capabilities %}

Detailed explanations and deep dives into how you can implement different machine techniques in your Appwrite projects.
{% cards %}
{% cards_image_item href="/docs/products/ai/computer-vision" title="Computer vision" light="/images/docs/ai/computer-vision-light.avif" dark="/images/docs/ai/computer-vision-dark.avif" %}
Label and understand the contents of images
{% /cards_image_item %}
{% cards_image_item href="/docs/products/ai/natural-language" title="Natural language processing" light="/images/docs/ai/natural-language-light.avif" dark="/images/docs/ai/natural-language-dark.avif" %}
Understand and generate human language
{% /cards_image_item %}
{% cards_image_item href="/docs/products/ai/audio-processing" title="Audio processing" light="/images/docs/ai/audio-processing-light.avif" dark="/images/docs/ai/audio-processing-dark.avif" %}
Process and generate audio data
{% /cards_image_item %}
{% /cards %}

# Show me some code {% #show-me-some-code %}
If you learn best from code examples, follow one of our tutorials.

### Computer vision
{% cards %}
{% cards_item href="/docs/products/ai/tutorials/image-classification" title="Image classification" %}
Understand and label the contents of images
{% /cards_item %}
{% cards_item href="/docs/products/ai/tutorials/object-detection" title="Object detection" %}
Detect and label objects in images
{% /cards_item %}
{% /cards %}

### Natural language
{% cards %}
{% cards_item href="/docs/products/ai/tutorials/text-generation" title="Text generation" %}
Generate human-like text
{% /cards_item %}
{% cards_item href="/docs/products/ai/tutorials/language-translation" title="Language translation" %}
Translate text between languages
{% /cards_item %}
{% /cards %}

### Audio processing
{% cards %}
{% cards_item href="/docs/products/ai/tutorials/speech-recognition" title="Speech recognition" %}
Process speech audio into text
{% /cards_item %}
{% cards_item href="/docs/products/ai/tutorials/text-to-speech" title="Text to speech" %}
Convert text into speech
{% /cards_item %}
{% cards_item href="/docs/products/ai/tutorials/music-generation" title="Music generation" %}
Generate music from a text prompt
{% /cards_item %}
{% /cards %}
