CompareTranscripts Tools to compare ASR transcripts with metrics Environment Setup Linux Create the virtual environment and install the libraries: python -m venv .venv source .venv/bin/activate pip install -r requirements.txt