orion icon indicating copy to clipboard operation
orion copied to clipboard

SpeechBrain Tutorial

Open Simnol22 opened this issue 1 year ago • 0 comments

Description

Adding a simple tutorial for integrating Orion with a speech-recognition model from Speechbrain.

Changes

Just adding a page in the tutorials section and some code in examples

Tests

  • [ ] I added corresponding tests for bug fixes and new features. If possible, the tests fail without the changes
  • [x ] All new and existing tests are passing ($ tox -e py38; replace 38 by your Python version if necessary)

Documentation

  • [ x] I have updated the relevant documentation related to my changes

Quality

  • [x ] I have read the CONTRIBUTING doc
  • [x ] My commits messages follow this format
  • [x ] My code follows the style guidelines ($ tox -e lint)

Simnol22 avatar Oct 03 '22 22:10 Simnol22