Views
No views yet
1from livekit.agents import turn_detector
2
3# Use with LiveKit agents
4detector = turn_detector.EOUModel.load(
5 model_id="Vurtnec/turn-detector",
6 download_files=["model.onnx"]
7)model.onnx: ONNX Runtime optimized model (250MB)1@misc{turn-detector-v4,
2 author = {Vurtnec},
3 title = {Turn Detector V4 - Fine-tuned EOU Model},
4 year = {2024},
5 publisher = {HuggingFace},
6 howpublished = {\url{https://huggingface.co/Vurtnec/turn-detector}}
7}