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

Add compatibility with ONNX models #202

Closed juanmc2005 closed 8 months ago

juanmc2005 commented 8 months ago

Some models are available in ONNX format and diart cannot currently handle them. It would be great to be able to load this format. This would also facilitate the use of quantized models, which are pretty straightforward to obtain with ONNX.