Model hubs
Hugging Face Hub
Access thousands of pre-trained models across vision, text, and audio domains
Replicate
Deploy and run ML models through Replicate’s cloud infrastructure
vLLM
High-throughput local LLM inference with PagedAttention and continuous batching
Hugging Face models
Pixeltable provides seamless integration with Hugging Face’s transformers library through built-in UDFs. These functions allow you to use state-of-the-art models directly in your data workflows.Requirements: Install required dependencies with
pip install transformers. Some models may require additional packages like sentence-transformers or torch.CLIP models
Cross-encoders
DETR object detection
Sentence transformers
Speech2Text models
Vision Transformer (ViT)
Integration features
Computed Columns
Computed Columns
All models can be used directly in computed columns for automated processing:
Batch Processing
Batch Processing
Pixeltable automatically handles batch processing and optimization:
Model Output Format
Model Output Format
Model selection guide
1
Choose Task
Select the appropriate model family based on your task:
- Text/Image Similarity → CLIP
- Object Detection → DETR
- Text Embeddings → Sentence Transformers
- Speech Processing → Speech2Text
- Image Classification → ViT
2
Check Requirements
Install necessary dependencies:
3
Setup Integration
Import and use the model in your Pixeltable workflow: