DeepSpeech VS common-voice-android

Compare DeepSpeech vs common-voice-android and see what are their differences.

DeepSpeech

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. (by mozilla)

common-voice-android

Repository of "CV Project" app. It's an unofficial app for Mozilla Common Voice, which permits you to contribute to this project via your device. (by Sav22999)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
DeepSpeech common-voice-android
68 26
24,324 107
1.0% -
0.0 2.9
3 months ago 12 months ago
C++ Kotlin
Mozilla Public License 2.0 GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

DeepSpeech

Posts with mentions or reviews of DeepSpeech. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-01.
  • ESpeak-ng: speech synthesizer with more than one hundred languages and accents
    21 projects | news.ycombinator.com | 1 May 2024
    As I understand it DeepSpeech is no longer actively maintained by Mozilla: https://github.com/mozilla/DeepSpeech/issues/3693

    For Text To Speech, I've found Piper TTS useful (for situations where "quality"=="realistic"/"natual"): https://github.com/rhasspy/piper

    For Speech to Text (which AIUI DeepSpeech provided), I've had some success with Vosk: https://github.com/alphacep/vosk-api

  • Common Voice
    5 projects | news.ycombinator.com | 5 Dec 2023
  • Ask HN: Speech to text models, are they usable yet?
    2 projects | news.ycombinator.com | 22 Oct 2023
  • Looking to recreate a cool AI assistant project with free tools
    3 projects | /r/selfhosted | 2 Aug 2023
    - [DeepSpeech](https://github.com/mozilla/DeepSpeech) rather than Whisper for offline speech-to-text
    3 projects | /r/techsupport | 2 Aug 2023
    I came across a very interesting [project]( (4) Mckay Wrigley on Twitter: "My goal is to (hopefully!) add my house to the dataset over time so that I have an indoor assistant with knowledge of my surroundings. It’s basically just a slow process of building a good enough dataset. I hacked this together for 2 reasons: 1) It was fun, and I wanted to…" / X ) made by Mckay Wrigley and I was wondering what's the easiest way to implement it using free, open-source software. Here's what he used originally, followed by some open source candidates I'm considering but would love feedback and advice before starting: Original Tools: - YoloV8 does the heavy lifting with the object detection - OpenAI Whisper handles voice - GPT-4 handles the “AI” - Google Custom Search Engine handles web browsing - MacOS/iOS handles streaming the video from my iPhone to my Mac - Python for the rest Open Source Alternatives: - [ OpenCV](https://opencv.org/) instead of YoloV8 for computer vision and object detection - Replacing GPT-4 is still a challenge as I know there are some good open-source LLms like Llama 2, but I don't know how to apply this in the code perhaps in the form of api - [DeepSpeech](https://github.com/mozilla/DeepSpeech) rather than Whisper for offline speech-to-text - [Coqui TTS](https://github.com/coqui-ai/TTS) instead of Whisper for text-to-speech - Browser automation with [Selenium](https://www.selenium.dev/) instead of Google Custom Search - Stream video from phone via RTSP instead of iOS integration - Python for rest of code I'm new to working with tools like OpenCV, DeepSpeech, etc so would love any advice on the best way to replicate the original project in an open source way before I dive in. Are there any good guides or better resources out there? What are some pitfalls to avoid? Any help is much appreciated!
  • Speech-to-Text in Real Time
    1 project | news.ycombinator.com | 16 Jul 2023
  • Linux Mint XFCE
    1 project | /r/linuxbrasil | 29 Apr 2023
    algo assim? https://github.com/mozilla/DeepSpeech
  • Are there any secure and free auto transcription software ?
    2 projects | /r/software | 19 Apr 2023
    If you're not afraid to get a little technical, you could take a look at mozilla/DeepSpeech (installation & usage docs here).
  • Web Speech API is (still) broken on Linux circa 2023
    8 projects | /r/javascript | 15 Apr 2023
    There is a lot of TTS and SST development going on (https://github.com/mozilla/TTS; https://github.com/mozilla/DeepSpeech; https://github.com/common-voice/common-voice). That is the only way they work: Contributions from the wild.
  • Deepspeech /common voice.
    1 project | /r/mozilla | 14 Apr 2023

common-voice-android

Posts with mentions or reviews of common-voice-android. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-05.
  • Common Voice
    5 projects | news.ycombinator.com | 5 Dec 2023
    I'd like to give a shout-out to Common Voice Android: https://github.com/Sav22999/common-voice-android

    It's a handy app for those interested in contributing to the project. You can record voices for the languages you speak and validate other user contributions. I used to be a frequent contributor about two years ago, and this app had a much more user-friendly design compared to the official website version.

    Additionally, check out the official Common Voice Matrix channel: https://chat.mozilla.org/#/room/#common-voice:mozilla.org

  • ⟳ 4 apps added, 85 updated at f-droid.org
    37 projects | /r/FDroidUpdates | 18 Sep 2021
    Donate your voice: CV Project (version 2.4): This app permits you to contribute to Common Voice from your smartphone.
  • Mozilla Common Voice Adds 16 New Languages and 4,600 New Hours of Speech
    12 projects | news.ycombinator.com | 5 Aug 2021
    The app is entirely open source and available on F-Droid:

    https://github.com/Sav22999/common-voice-android

    https://f-droid.org/packages/org.commonvoice.saverio/

  • The Mozilla Common Voice project is building a free language database (Lithuanian too!) for machine learning to enable independent language technology. The final spurt for the next release of the data set is until July 20th.
    1 project | /r/lithuania | 17 Jul 2021
    the Common Voice Data is licenced under CC0. Having code licences used for datasets is less than ideal. Most Mozilla code is licensed under the MPL afaik. Here is a unofficial Common Voice android app you could contribute to (it's under the GPLv3) https://github.com/Sav22999/common-voice-android
  • Foss alternative to vocal assistant to call contacts while driving.
    1 project | /r/opensource | 4 May 2021
    You can use this app to contribute.
  • Donate your voice to an open-source project by Mozilla
    1 project | /r/sweden | 17 Mar 2021
    I want to show you the Common Voice Project, a project of Mozilla Foundation (Mozilla build Firefox, Thunderbird, MDN, etc.). This project powers mycroft.ai (a privacy focussed alternative to Google Home) The project name is Common Voice; its goal is to collect voices of people to create a free and open-source dataset, which you could use for various topics, like educational, AI, etc. and currently just "Big tech" have projects like this and they required many money to use their datasets. In addition, "Big tech" develop their datasets and language models just for the most spoken languages. Mozilla, instead, wants to collect ALL languages (you can add your language also if it's a less spoken one): because Mozilla doesn't get anything (any earnings!) from this project. This is the project's website (but wait, continue to read this post, :)): https://commonvoice.mozilla.org Helping this project is very simple, you are asked to record sentences that are shown to you or you can validate recordings from other people. All your information and data are protected, in fact you can contribute anonymously (without creating a profile). u/sav22999 is maintaining the Android app "CV Project" to make it easier for people using smartphones to contribute to this dataset . The app is free and open-source, available on all major Android app stores (Google Play, F-Droid, GitHub, Huawei AppGallery and Amazon AppStore). You can download it here: https://play.google.com/store/apps/details?id=org.commonvoice.saverio the code of the app is here: https://github.com/Sav22999/common-voice-android/ -- Why am I promoting this project? I'm not paid by Mozilla, I didn't earn anything, I do this as volunteering. You can find more information the developer of the android app here. He is a volunteer of the Italian Mozilla community: https://people.mozilla.org/p/Sav22999 You can also come join is in the subreddit for this project r/cvp
    1 project | /r/england | 15 Mar 2021
    I want to show you the Common Voice Project, a project of Mozilla Foundation (Mozilla build Firefox, Thunderbird, MDN, etc.). This project powers mycroft.ai (a privacy focussed alternative to Google Home) The project name is Common Voice; its goal is to collect voices of people to create a free and open-source dataset, which you could use for various topics, like educational, AI, etc. and currently just "Big tech" have projects like this and they required many money to use their datasets. In addition, "Big tech" develop their datasets and language models just for the most spoken languages. Mozilla, instead, wants to collect ALL languages (you can add your language also if it's a less spoken one): because Mozilla doesn't get anything (any earnings!) from this project. This is the project's website (but wait, continue to read this post, :)): https://commonvoice.mozilla.org Helping this project is very simple, you are asked to record sentences that are shown to you or you can validate recordings from other people. All your information and data are protected, in fact you can contribute anonymously (without creating a profile). u/sav22999 is maintaining the Android app "CV Project" to make it easier for people using smartphones to contribute to this dataset . The app is free and open-source, available on all major Android app stores (Google Play, F-Droid, GitHub, Huawei AppGallery and Amazon AppStore). You can download it here: https://play.google.com/store/apps/details?id=org.commonvoice.saverio the code of the app is here: https://github.com/Sav22999/common-voice-android/ -- Why am I promoting this project? I'm not paid by Mozilla, I didn't earn anything, I do this as volunteering. You can find more information the developer of the android app here. He is a volunteer of the Italian Mozilla community: https://people.mozilla.org/p/Sav22999 You can also come join is in the subreddit for this project r/cvp
    1 project | /r/UAE_uncensored | 14 Mar 2021
    I want to show you the Common Voice Project, a project of Mozilla Foundation (Mozilla build Firefox, Thunderbird, MDN, etc.). This project powers mycroft.ai (a privacy focussed alternative to Google Home) The project name is Common Voice; its goal is to collect voices of people to create a free and open-source dataset, which you could use for various topics, like educational, AI, etc. and currently just "Big tech" have projects like this and they required many money to use their datasets. In addition, "Big tech" develop their datasets and language models just for the most spoken languages. Mozilla, instead, wants to collect ALL languages (you can add your language also if it's a less spoken one): because Mozilla doesn't get anything (any earnings!) from this project. This is the project's website (but wait, continue to read this post, :)): https://commonvoice.mozilla.org Helping this project is very simple, you are asked to record sentences that are shown to you or you can validate recordings from other people. All your information and data are protected, in fact you can contribute anonymously (without creating a profile). u/sav22999 is maintaining the Android app "CV Project" to make it easier for people using smartphones to contribute to this dataset . The app is free and open-source, available on all major Android app stores (Google Play, F-Droid, GitHub, Huawei AppGallery and Amazon AppStore). You can download it here: https://play.google.com/store/apps/details?id=org.commonvoice.saverio the code of the app is here: https://github.com/Sav22999/common-voice-android/ -- Why am I promoting this project? I'm not paid by Mozilla, I didn't earn anything, I do this as volunteering. . You can find more information the developer of the android app here. He is a volunteer of the Italian Mozilla community: https://people.mozilla.org/p/Sav22999 You can also come join is in the subreddit for this project r/cvp
  • Common Voice is Mozilla's initiative to help teach machines how real people speak
    1 project | /r/technology | 15 Mar 2021
    I've been contributing it for a month, its really nice. Here's the app, https://github.com/Sav22999/common-voice-android
  • Lahjoita äänesi Mozillan avoimen lähdekoodin projektiin
    2 projects | /r/Suomi | 14 Mar 2021
    sovelluksen koodi on täällä: https://github.com/Sav22999/common-voice-android/

What are some alternatives?

When comparing DeepSpeech and common-voice-android you can also consider the following projects:

Kaldi Speech Recognition Toolkit - kaldi-asr/kaldi is the official location of the Kaldi project.

TTS - 🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production

NeMo - A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal, and Speech AI (Automatic Speech Recognition and Text-to-Speech)

PaddleSpeech - Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming TTS with text frontend, Speaker Verification System, End-to-End Speech Translation and Keyword Spotting. Won NAACL2022 Best Demo Award.

picovoice - On-device voice assistant platform powered by deep learning

STT - 🐸STT - The deep learning toolkit for Speech-to-Text. Training and deploying STT models has never been so easy.

common-voice - Common Voice is part of Mozilla's initiative to help teach machines how real people speak.

APK-Explorer-Editor - Source code of APK Explorer & Editor (AEE), an open-source tool to explore the contents of an installed APK!