DeepSpeech icon indicating copy to clipboard operation
DeepSpeech copied to clipboard

DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.

Results 133 DeepSpeech issues
Sort by recently updated
recently updated
newest added

For support and discussions, please use our [Discourse forums](https://discourse.mozilla.org/c/deep-speech). If you've found a bug, or have a feature request, then please create an issue with the following information: - **Have...

Bintray and JCenter are getting decommissionned soon (end of march 2021?) according to https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ We currently use it via our `scriptworker` instance to upload java packages and expose them on...

help wanted
breaks-bw-compat
ci

I would like the Android/Java/JNI bindings to support file descriptors. Currently, they only support paths. I am using Android's SAF (the OS's graphical file picker) to open the model and...

help wanted

- **Have I written custom code (as opposed to running examples on an unmodified clone of the repository)**: No - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Windows 10...

With datasets the size of MLS it makes less sense to iterate over every train set once for every epoch. There's questions of data balance and just pure scarceness of...

I ran DeepSpeech on a very ordinary audio file (only 2 minutes) with a USA male English speaker. It came up with some (very) obscure words. Here they are, with...

A `CITATION.txt` with a BibTeX (ideally a DOI) would be much appreciated :) See here for a guideline on how to make code citable: https://guides.github.com/activities/citable-code/

help wanted
good first bug

it would be nice to have 2 progress bars 1) transcribing individual files in a dir 2) transcribing long audio file after VAD split

help wanted
good first bug

- **Have I written custom code (as opposed to running examples on an unmodified clone of the repository)**: No - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Linux Ubuntu...

Currently the training code is configured via abseil-py command line flags, which can be put into a file and referenced with `--flagfile flags.txt`. Unfortunately CLI flags can get hard to...