A python wrapper for whisper from openai
Whisper wrapper, is a tool for segmenting audio files into batches of seconds, for Automatic Speech Recognition (ASR) of multilingual audio files. Whisper-wrapper transcribe Audio segments of a particular length to text segments of the same length.
pip install -r requirements.txt
This project is licensed under the MIT License - see the LICENSE.md file for details
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.