kensho-technologies / pyctcdecode

A fast and lightweight python-based CTC beam search decoder for speech recognition.
Apache License 2.0
416 stars 89 forks source link

Add conda install option for `pyctcdecode` #46

Open sugatoray opened 2 years ago

sugatoray commented 2 years ago

A conda installation option could be very helpful. I have already started working on this, to add pyctcdecode to conda-forge.

Conda-forge PR:

Once the conda-forge PR is merged, you will be able to install the library with conda as follows:

conda install -c conda-forge pyctcdecode

:bulb: I will push a PR to update the docs once the package is available on conda-forge.

sugatoray commented 2 years ago

cc: @gkucsko @poneill

It is now available on conda-forge channel. :tada:

image

sugatoray commented 2 years ago

You can run the following command to check version and avilability of pyctcdecode on conda-forge channel.

$ conda search -c conda-forge pyctcdecode
Loading channels: done
# Name                       Version           Build  Channel             
pyctcdecode                    0.3.0    pyhd8ed1ab_0  conda-forge