Scenes with fast movement, loud sounds, and dim lighting
Identify high-action scenes by combining action recognition with sound event detection for loud noises and scene classification for lighting conditions.
video
audio
2.3K runs
Deploy Recipe"Scenes with fast movement during a loud sound and dim lighting"
from mixpeek import Mixpeekclient = Mixpeek("your-api-key")# Create a collection for finding scenes with fast movement, loud sounds, and dim lightingclient.collections.create(feature_extractors=["action-recognition","audio-event-detection","scene-classification"])
Feature Extractors
Action Recognition
Identify and classify human actions in video
412K runs
Audio Event Detection
Detect specific audio events like gunshots, glass breaking, alarms, etc.
0K runs
Scene Classification
Categorize images based on scene type (indoor, outdoor, etc.)
610K runs
Retrievers
Hybrid KNN Search
Combines vector similarity with keyword matching for improved retrieval accuracy
325K runs