Skip to content

ramajoballester/pyaligner

Repository files navigation

Pyaligner

Read the Docs PyPI - Python Version

PyAligner is a python library to automatically transcribe audio files and align them with the transcription. Is is based on OpenAI's Whisper model and the Montreal Forced Aligner (MFA) library. It also provides a friendly graphical user interface to facilitate the use of the library:

Your Image

Check the documentation for more information about the installation and the complete user guide.

Installation

You can install the library via pip:

pip install pyaligner

Although it is recommended to install it following the installation guide.

Command Line Interface

Apart from the graphical interface, PyAligner has a command line interface to provide a greater flexibility and customization options. You can check the available commands by running:

pyaligner --help