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
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:
Need help choosing the right model? Check our example notebooks or join our Discord community.