Clips where someone is talking but no person is visible
Use speech-to-text to detect narration or dialogue and cross-reference with object detection to ensure no person is visually present in the clips.
video
audio
1.2K runs
Deploy Recipe"Clips where someone is talking but no person is visible"
from mixpeek import Mixpeekclient = Mixpeek("your-api-key")# Create a collection for finding clips where someone is talking but no person is visibleclient.collections.create(feature_extractors=["video-transcription","object-detection"])
Feature Extractors
Video Transcription
Convert speech to text with timestamps for video content
385K runs
Object Detection
Identify and locate objects within images with bounding boxes
631K runs
Retrievers
Hybrid KNN Search
Combines vector similarity with keyword matching for improved retrieval accuracy
325K runs