Create Data Version Control tutorial materials
Where to put new files:
- New files should go into a top-level subfolder, named after the article slug. For example:
my-awesome-article
How to merge your changes:
- Make sure the CI code style tests all pass (+ run the automatic code formatter if necessary).
- Find an RP Team member on Slack and ask them to review & approve your PR.
- Once the PR has one positive ("approved") review, GitHub lets you merge the PR.
- 🎉
@anujssmishra There are several alternatives listed in the article. For example, the Google Cloud Speech API.
The SpeechRecognition package supports most of the basic functionality of this API. You can find a short example in the SpeechRecognition docs here.
To use the Google Cloud Speech API, as well as the others listed in the article, you will need to sign up for an account. For Google, this means providing a valid credit card number, although you are given $300 of credit to start with good for up to 1 year, and you are charged nothing until either the $300 are used, or 1 year has passed, whichever comes first.
The process for obtaining credentials from each API provider varies, so you'll have to read their docs.
In the future, I may update the existing article, or write a new one, that describes how to obtain credentials and perform more complex speech recognition tasks. I'd love to hear any suggestions you may have on topics you'd like to learn about!