Questions tagged [mozilla-deepspeech]

Mozilla DeepSpeech is a TensorFlow implementation of Baidu's DeepSpeech architecture.

Code: https://github.com/mozilla/DeepSpeech

103 questions
0
votes
0 answers

Although I put the alphabet path, I still get an error that alphabet should exist and be readable

I followed this link in order to create a model another language than english https://discourse.mozilla.org/t/tutorial-how-i-trained-a-specific-french-model-to-control-my-robot/22830 I followed the steps but the problem is that I get the following…
VladH
  • 143
  • 7
0
votes
1 answer

DeepSpeech-Polyglot: Signals.SIGSEGV: 11

I'm trying to generate the scorer of the DeepSpeech-Polyglot-Project. I have followed every step of the documentation but when i run: python3 /DeepSpeech/data/lm/generate_lm.py --input_txt /DeepSpeech/data_prepared/texts/${LANGUAGE}/clean_vocab.txt…
Chiara
  • 9
  • 1
0
votes
1 answer

AttributeError: 'NoneType' object has no attribute 'impl'

After running my program, I am getting a Output, but I also get this error message. Exception ignored in: Traceback (most recent call last): File…
0
votes
1 answer

Speech to text in dot net core 3.1 web app without using cloud services like azure

I am trying to implement speech to text on my .net core 3.1 web app without using any cloud services like Azure, AWS, or Google. I have found options like deepspeech, kaldi,pocketpheonix. It looks like they can be implemented on a .net core app but…
0
votes
1 answer

Why does adding the `--display_step 2` argument significantly slow down Mozilla DeepSpeech training time?

I am training Mozilla DeepSpeech on the Common Voice data set on Ubuntu 16.04 LTS x64 with 4 Nvidia GeForce GTX 1080 by executing the command: ./DeepSpeech.py --train_files data/common-voice-v1/cv-valid-train.csv \ --dev_files…
Franck Dernoncourt
  • 77,520
  • 72
  • 342
  • 501
0
votes
1 answer

How to fix error while trying to install some dependencies using pip

I was just starting out with Mozilla's Deep Speech and tried installing the dependencies for the mic_vad_streaming example when I ran into this error. I was following the steps from the following video that I used for reference -…
0
votes
1 answer

Mozilla-DeepSpeech: Give a sentence and get a matching percentage of voice recognition

Is it possible to give a text sentence and a sound sample to Mozilla-DeepSpeech software and get a matching percentage of both ? It to make a quizz software. Program know the response and ask user to pronounce it in the microphone.
FabienM
  • 3,421
  • 23
  • 45
0
votes
1 answer

DeepSpeechDemo App works with Gradle cli but crashes when built with Android Studio

The android-mic-streaming demo works off-the-shelf using ./gradlew installDebug, but when the play button in Android Studio is used to compile and install the exact same project it crashes with the following after tapping record: 2020-08-19…
0
votes
1 answer

Install another language in deepspeech with node js

I am trying to use mozilla-deepspeech in my project to generate text to voice. How do i use it for another language than English? I want to convert to Indonesia language. Note: I am using NodeJS as a base project on windows. Thank you for your…
Prahastha
  • 1
  • 3
0
votes
1 answer

DeepSpeech Installation Error: "ImportError: DLL load failed: The specified module could not be found."

I am attempting to build a speech-to-text algorithm using Mozilla DeepSpeech, but I am having trouble installing the package. First, I created a new virtual environment in Anaconda called deepspeech-venv and installed the latest version of the…
Zack
  • 77
  • 2
  • 6
0
votes
0 answers

Deepspeech java.lang.UnsatisfiedLinkError: /usr/lib/libdeepspeech-jni.so: liblog.so: wrong ELF-class: ELFCLASS32

I try to get run the live transcription of mozilla deepspeech, but I have a few problems. This is the class code: import org.mozilla.deepspeech.libdeepspeech.DeepSpeechModel; import…
joey
  • 1
  • 3
0
votes
1 answer

Can't run the Microphone VAD streaming for Deepspeech

I downloaded the model directory for testing out DeepSpeech. As I followed the instructions from here, I got this error: python3 mic_vad_streaming.py --model deepspeech-0.6.1-models/output_graph.pbmm Initializing model... INFO:root:ARGS.model:…
Lady_Hangaku
  • 97
  • 1
  • 9
0
votes
0 answers

Can't transcribe with Mozilla DeepSpeech - Illegal instruction (core dumped)

I tried to install and run Mozilla DeepSpeech according to the guidelines shown in the official repo https://github.com/mozilla/DeepSpeech/blob/master/README.rst But whenever I try to transcribe an audio sample with deepspeech --model…
0
votes
1 answer

How to use Deespeech (v0.5.1) effectively and use of language models during training and inference?

I am trying to train and use a model using Deepspeech v0.5.1 for English. My aim to train two models, one with and without a language model. Request your help on several fronts please. Sorry this is long but trying be as detailed as possible; and…
0
votes
0 answers

How to solve bazel build error in Docker Build?

This error keeps on coming during docker build. Tried various code techniques. ERROR: Process exited with status 128: Process exited with status 128 ++ git describe --long --tags + tf_git_rev=v1.14.0-14-g1aad02a78e + echo 'STABLE_TF_GIT_VERSION…