Skip to content

Minimizing required dependencies #302

@maciejmajek

Description

@maciejmajek

Is your feature request related to a problem? Please describe.
RAI depends on multiple packages. Some of them should be optional

Describe the solution you'd like
Plan:

rai_asr

This module depends on

  • openai-whisper (for local asr)
  • torch&torchaudio for silero vad
    Most of the cuda packages come from torch installation.
    While openai-whisper could be optional, silero vad (or any vad) is required.
    One of the solutions would be to use onnx runtime for the silero vad https://github.com/snakers4/silero-vad

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions