Skip to main content

Whisper with speaker diarization

Project description

Whisper-Run

Whisper-Run is a pip CLI tool for processing audio files using Whisper models with speaker diarization capabilities. The tool allows you to process audio files, select models for audio processing, and save the results in JSON format.

It uses the OpenAI-Whisper model implementation from OpenAI Whisper, based on the ctranslate2 library from faster-whisper, and pyannote's speaker-diarization-3.1. Check their documentation if needed.

Installation

To install Whisper-Run, run the following command:

pip install whisper-run

Usage

You can call Whisper-Run from the command line using the following syntax:

whisper-run --file_path=<file_path>

Example

To process an audio file using the CPU and a specific file path:

whisper-run --device=cpu --file_path=your_file_path

When you run the command, you'll be prompted to select a model for audio processing:

[?] Select a model for audio processing:
 > distil-large-v3
   distil-large-v2
   large-v3
   large-v2
   large
   medium
   small
   base
   tiny

Flags

  • --device: Specify the device to use for processing (e.g., cpu or cuda).
  • --file_path: Specify the path to the audio file you want to process.
  • --hf_auth_token: Optional. Pass the Hugging Face Auth Token or set the HF_AUTH_TOKEN environment variable.

Programmatic Usage

You can also use Whisper-Run programmatically in your Python scripts. Below is a basic usage example demonstrating how to use the Whisper-Run library:

Example Script

from whisper_run import AudioProcessor

def main():
    processor = AudioProcessor(file_path="your_file_path",
                               device="cpu",
                               model_name="large-v3"
                               )
    processor.process()

if __name__ == "__main__":
    main()

Contributing

Contributions are welcome! Please open an issue or submit a pull request on GitHub.

License

This project is licensed under the Apache 2.0 License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

whisper-run-1.2.61.tar.gz (6.1 MB view details)

Uploaded Source

Built Distribution

whisper_run-1.2.61-py3-none-any.whl (5.6 MB view details)

Uploaded Python 3

File details

Details for the file whisper-run-1.2.61.tar.gz.

File metadata

  • Download URL: whisper-run-1.2.61.tar.gz
  • Upload date:
  • Size: 6.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.10.13

File hashes

Hashes for whisper-run-1.2.61.tar.gz
Algorithm Hash digest
SHA256 0a5b72a6b55613372cfc216ca471425ffde9a07026be64ef6f319fcb7fdd99ed
MD5 2aacf108c176f21c1ae1ade14dead86e
BLAKE2b-256 347b30d44ae697a7ae4580fe099b389a1873b5b94ed3bf4460efd69b7bd7b0fb

See more details on using hashes here.

File details

Details for the file whisper_run-1.2.61-py3-none-any.whl.

File metadata

File hashes

Hashes for whisper_run-1.2.61-py3-none-any.whl
Algorithm Hash digest
SHA256 bb5cd48eb5e9bc0611bbbfd1173c990a774aff78493e488cbf1f44fe24aa8250
MD5 c4ab69a1acba5c9314814a715eac8372
BLAKE2b-256 ba4d072ee87fe904c2b88b18d4609bd0851ca6d2a106c73e1c948911791a086a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page