MusicSectionDetection
19
—
by
ArseniiChstiakovml
Code Model
OTHER
New
19 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Code Examples
Usagepythontransformers
from transformers import AutoModel
model = AutoModel.from_pretrained("ArseniiChstiakovml/MusicSectionDetection", trust_remote_code=True).eval()
out = model(audio_file="/path/to/song.mp3", return_segments=True)
print(out.segments)
#[{'name': 'Intro', 'start_time_s': 0.0, 'end_time_s': 8.131}, {'name': 'Verse', 'start_time_s': 8.131, 'end_time_s': 23.645},..Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.