command
pyannote speaker diarization command-line interface.
Classes
-
class PyannoteCommand[source]
Bases: Command
Command-line interface for running pyannote diarization tool.
-
static execute(parser, args)[source]
Executes the command.
- Parameters:
-
- Returns:
-
-
static setup(parser)[source]
Sets up the command.
- Parameters:
parser (ArgumentParser) – The argument parser.
- Returns:
-
-
class PyannoteInferenceCommand[source]
Bases: Command
Command-line interface for diarizing an audio track with pyannote.
-
static execute(parser, args)[source]
Executes the command.
- Parameters:
-
- Returns:
-
-
static setup(parser)[source]
Sets up the command.
- Parameters:
parser (ArgumentParser) – The argument parser.
- Returns:
-