flashlight / wav2letter

Facebook AI Research's Automatic Speech Recognition Toolkit
https://github.com/facebookresearch/wav2letter/wiki
Other
6.39k stars 1.01k forks source link

Is python binding impossible? #860

Open yuseungwoo opened 4 years ago

yuseungwoo commented 4 years ago

Question

As your Important disclaimer, I accessed at flashlight (https://github.com/facebookresearch/flashlight) and build completely. At the stage of python bindings, I built flashlight and wanted to use it but i didn't

the example is https://github.com/facebookresearch/wav2letter/wiki/Python-bindings

Can you guide how to use python binding API in flashlight environment ?

==> https://github.com/facebookresearch/flashlight/tree/master/docs/source is the same?

Best Regards

tlikhomanenko commented 4 years ago

I guess you installed latest master of flashlight where python bindings now live. Then yes, this is https://github.com/facebookresearch/flashlight/blob/master/docs/source/bindings/python.rst the updated doc how to use them now in flashlight. Mostly the api is the same, only the place and naming of libs is restructured a bit. Also here are examples of code how to use https://github.com/facebookresearch/flashlight/tree/master/bindings/python/example.