Skip to content

jarneamerlinck/speechtotext

Repository files navigation

Speechtotext

Python package to benchmark speech2text models.

Documentation

The documentation can be found here

Install package

Python

pip install speechtotext-python

Conda

name: sample_env
channels:
dependencies:
  - python<3.11,>=3.9.2
  - pip
  - pip:
    - speechtotext-python