django-deepspeech-server
django-deepspeech-server copied to clipboard
Mozilla deepspeech server implemented in django.
When I run ```python3 manage.py runsslserver```, I get an error as ``` inside module inside module inside module Traceback (most recent call last): File "manage.py", line 15, in execute_from_command_line(sys.argv) File...
hye, i am trying to run the following command **pip install -r data/django-deepspeech-server/requirements.txt** and i am getting the following error Collecting appdirs>=1.4.3 (from -r django-deepspeech-server/requirements.txt (line 1)) Using cached appdirs-1.4.3-py2.py3-none-any.whl...
Bumps [django](https://github.com/django/django) from 2.1.2 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...
Hi, I want to ask. When I run python manage.py runserver to run the program, And prompt to 127.0.0.1/dsserver to run deepspeech server, The http protocol is working fine ,...
Does this project suit for deepspeech0.1.0?
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.",)': /simple/django/ Could not fetch URL https://pypi.python.org/simple/django/: There was...
(env) techv@techversant-pc:~/Desktop/django-deepspeech-server$ ./manage.py runserver inside module inside module inside module inside module TensorFlow: v1.12.0-10-ge232881 DeepSpeech: v0.4.0-0-g48ad711 Warning: reading entire model file into memory. Transform model file into an mmapped graph...
I'm having a problem with running your server. Deepspeech requires python 2.7 and your script is working on python 3. So when I run python3 I always get `ModuleNotFoundError: No...