Hi all,
I am in windows system and i have tried to use mozzila deep speech to do transcription from microphone.
I have used this line of code to launch it
python mic_vad_streaming.py --model DeepSpeech/test/deepspeech-0.7.4-models.pbmm
–scorer C:/Users/trabe/OneDrive/Documents/DeepSpeech/test/deepspeech-0.7.4-models.scorer
When I said “Hello”: results is
When i said 3 times “how are you”
When i said 4 times “Hello everyone”:
Any help please ?