YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Rust Server for Quran Segmentation
This is a minimal Rust web server prototype that accepts an uploaded audio file and responds with a ZIP file path and segment count.
Build
cargo build
Run
cargo run
Then upload a file to:
http://localhost:8080/upload
Notes
This initial version is intentionally simple. It uses Rust for the server layer and a basic silence-based segmentation approach. For production-quality Quran segmentation, the recommended next step is to integrate a Python/ffmpeg or whisper.cpp pipeline behind the Rust server.
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support