Skip to content

Files

Latest commit

 

History

History
 
 

speechbrain-emotion-recognition

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

SpeechBrain Emotion Recognition with OpenVINO

SpeechBrain is an open-source PyTorch toolkit that accelerates Conversational AI development, i.e., the technology behind speech assistants, chatbots, and large language models. It is crafted for fast and easy creation of advanced technologies for Speech and Text Processing.

Lear more in GitHub repo and paper

Notebook contents

The tutorial consists from following steps:

  • Installations
  • Imports
  • Prepare base model
  • Initialize model
  • PyTorch inference
  • Initialize model
  • SpeechBrain model optimization with Intel OpenVINO
    • Step 1: Prepare input tensor
    • Step 2: Convert model to OpenVINO IR
    • Step 3: OpenVINO model inference

Installation instructions

This is a self-contained example that relies solely on its own code.
We recommend running the notebook in a virtual environment. You only need a Jupyter server to start. For details, please refer to Installation Guide.