SeanNaren / deepspeech.pytorch

Speech Recognition using DeepSpeech2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot run Inference Server

franva opened this issue · comments

OS: Ubuntu 20.04
Python 3.9.2

I cloned the repo and installed all required packages:

pip install -r requirements.txt
pip install -e . # Dev install

After this, I run:
python server.py --host 0.0.0.0 --port 8000

Then I got this error:

image