Requirement.txt file missing

Hi, there are multiple tutorials available to setup the deep speech model. but the problem I am facing is that requirment.txt file is missing in the current branch of github to setup the environment. can anyone help me on how to setup this project?

ref link: https://medium.com/@alxistn/mozilla-deepspeech-installation-guide-af548e8805eb

and when I am using
python setup.py build
python setup.py install

It is returning me an error

No local packages or working download links found for ds_ctcdecoder@ https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.deepspeech.native_client.v0.7.1-alpha.1.cpu-ctc/artifacts/public/ds_ctcdecoder-0.7.1a1-cp36-cp36m-manylinux1_x86_64.whl
error: Could not find suitable distribution for Requirement.parse(‘ds_ctcdecoder@ https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.deepspeech.native_client.v0.7.1-alpha.1.cpu-ctc/artifacts/public/ds_ctcdecoder-0.7.1a1-cp36-cp36m-manylinux1_x86_64.whl’)

That article is outdated. Please follow the training docs on https://deepspeech.readthedocs.io

1 Like