juanmc2005 / diart

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

Make ONNX an optional dependency #213

Closed juanmc2005 closed 7 months ago

juanmc2005 commented 8 months 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.