Yes, I am sorry for not following proper code formatting cause I am still quite new at this. I was trying to program in a way that helps me understand more about the code.
Just so I am clear, I need to do to run DeepSpeech is to run the client.py file in native_client? Do I need to code anything for the init.py? Or perhaps these questions not suited to be asked here and should I open a new topic?
Both of these file I am referencing is in this link : DeepSpeech/native_client/python at master · mozilla/DeepSpeech · GitHub
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
6
Everything under native_client/python/ is here to build the Python bindings …
__init__.py is just here to do some glue.
You should not have to run either __init__.py nor client.py manually.
How do I build the binding?
I know there’s explaination in the readme file of the native client. But I do not know how to use it?
Do I just type it into Anaconda Prompt?
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
9
If you don’t know how to do what it in the readme, I’m sorry but this is out of the scope of what we can do.