Ecommerce
Product Vertical Tagger
Automatically classify and tag products into vertical categories using image and text analysis for better e-commerce organization and discovery.
0.0K runs
Deploy Recipefrom mixpeek import Mixpeekclient = Mixpeek("your-api-key")# Create a collection for product vertical taggingclient.collections.create(feature_extractors=["object-detection","text-embedding","keyword-extraction"])
Feature Extractors
Object Detection
Identify and locate objects within images with bounding boxes
631K runs
Text Embedding
Extract semantic embeddings from documents, transcripts and text content
827K runs
Keyword Extraction
Identify and extract key phrases and important terms from text
615K runs
Retrievers
Hybrid KNN Search
Combines vector similarity with keyword matching for improved retrieval accuracy
325K runs