Skip to content

Common Voice is Mozilla's initiative to help teach machines how real people speak.

License

Notifications You must be signed in to change notification settings

nduitz/voice-web

 
 

Repository files navigation

Common Voice Travis Status

This is a web, Android and iOS app for collecting speech donations for the Common Voice project.

Official Website

voice.mozilla.org

Code of Conduct

By participating in this project, you're agreeing to uphold the Mozilla Community Participation Guidelines. If you need to report a problem, please see our REPORTING.md guide.

Contributing

From writing and reading sentences to enhancing our front-end architecture, there are many ways to get involved with Common Voice. For more information, check out CONTRIBUTING.md.

Discussion

For general discussion (feedback, ideas, random musings), head to our Discourse Category.

For technical problems or suggestions, please use the GitHub issue tracker.

Or come chat with us on Slack: Invite Link

Run it locally

  1. yarn install
  2. npm install
  3. place a config.json under server/ with db parameters and s3 parameters as described in docs/HOWTO_S3.md
you will need to configure a root password for mysql as well, so migrations can be processed 
  1. npm run build
  2. npm run start:prod
  3. you are now up and running on localhost:9000

If you want to change transcript data you can find them under server data.

Data in your S3 bucket will be stored under a uuid per user(folder) and track (file.mp3) with a belonging .txt file which stores the transcript.

To import your voice-corpus with mozilla-deepspeech you'll need to tar.gz your bucket. After this you can use: https://github.com/mozilla/DeepSpeech/blob/master/bin/import_cv.py to import it.

About

Common Voice is Mozilla's initiative to help teach machines how real people speak.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.2%
  • CSS 20.8%
  • Swift 3.0%
  • HTML 1.9%
  • JavaScript 1.7%
  • Puppet 1.2%
  • Other 2.2%