LAION
About
No description provided for this workspace.
Solutions
0No solutions published yet.
Published applications from this workspace will appear here.
Components
3
Classify Audio Event (Zero Shot CLAP)
Embeds each AudioFrame and a runtime-supplied label set into one CLAP space and ranks the labels by audio-text similarity, emitting all labels as [Classification], the single best as Classification, or the raw scores as [Double].

Extract Image Embedding (OpenCLIP)
Passes each Image through an OpenCLIP image tower — the architecture arch built to match the weights bound to model — and emits one Embedding, optionally L2-normalised for cosine or inner-product retrieval. Use for image-side retrieval, clustering, or similarity; pair with a matching CLIP text encoder for cross-modal search.

Classify Speech Emotion (Zero Shot)
Embeds each AudioFrame and a runtime-supplied set of emotion labels into one CLAP space and ranks the labels by audio-text similarity, emitting [Classification], the raw [Double] scores, or just the best label as a String.

