Skip to content

Rate That ASR (RTASR)

🏆 Run benchmarks against the most common ASR tools on the market.


Installation

Last stable version

pip install rtasr

From source

git clone https://github.com/Wordcab/rtasr
cd rtasr

pip install .

Commands

The CLI is available through the rtasr command.

rtasr --help

Datasets download

Available datasets are:

rtasr download -d <dataset>

Contributing

Be sure to have hatch installed.

Quality

  • Run quality checks: hatch run quality:check
  • Run quality formatting: hatch run quality:format

Testing

  • Run tests: hatch run tests:run

Last update: 2023-10-13
Created: 2023-10-13