This guide gets you from zero to a working AI application quickly. For deeper learning, see Pixeltable Basics and Tables & Data Operations.
Installation
Build an Image Analysis App
1
Create a Table
2
Add AI Object Detection
3
Insert Data and See Results
4
Add Custom Logic with UDFs
5
(Optional) Add LLM Vision
What happened behind the scenes?
What happened behind the scenes?
Pixeltable automatically:
- Created a persistent multimodal table
- Downloaded and cached the DETR model
- Ran inference on your image
- Stored all results (including computed columns) for instant retrieval
- Will incrementally process any new images you insert
Key Concepts
Tables
Persistent storage for any data type—images, video, audio, text, JSON.
Computed Columns
Define transformations once; they run automatically on new data.
Built-in AI Functions
Pre-built integrations for OpenAI, Anthropic, Hugging Face, and more.
Custom Functions (UDFs)
Extend Pixeltable with your own Python functions.