YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
SignalStack CLAP Endpoint
Custom Hugging Face Inference Endpoint handler for SignalStack audio labeling.
Source model
laion/larger_clap_general
Files
handler.pyrequirements.txt
Expected request body
{
"inputs": {
"video_url": "https://example.com/creative.mp4"
}
}
You can also send:
{
"inputs": {
"audio_url": "https://example.com/audio.wav"
}
}
Response
{
"audio_mood": "emotional",
"energy_level": "medium",
"voice_music_ratio": "voice_dominant",
"model_id": "laion/larger_clap_general"
}
Deployment
Create a Hugging Face Inference Endpoint from this repo using the default container with custom handler support.
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support