juanmc2005 / diart

A python package to build AI-powered real-time audio applications
https://diart.readthedocs.io
MIT License
1.1k stars 90 forks source link

Make ONNX an optional dependency #213

Closed juanmc2005 closed 1 year ago

juanmc2005 commented 1 year ago

I would prefer to have ONNX as an optional dependency (like pyannote) to reduce the installation size.

Preferably, these "backends" should be installed by the user only if they need them.