Uberi / speech_recognition

Speech recognition module for Python, supporting several engines and APIs, online and offline.
https://pypi.python.org/pypi/SpeechRecognition/
BSD 3-Clause "New" or "Revised" License
8.35k stars 2.4k forks source link

feature_request(docs): Languages, pricing and limits of speech recognition engines/API #480

Open Kristinita opened 4 years ago

Kristinita commented 4 years ago

1. Summary

It would be nice, if to SpeechRecognition documentation would be added links to these parameters of each speech recognition engines/API:

  1. Languages by supporting engine/API
  2. Pricing
  3. Limits of free plan (if exists)

2. Argumentation

2.1. Common cause

Saving a users time.

2.2. Details

For example, I searched free (and, if possible, open source) speech recognition engine/API, that support Russian language. I was forced to manually search, which engine/API meets these requirements. It took a hour of my time. If information on supported languages, pricing and limits would be in the SpeechRecognition documentation, I would save an hour of my time.

SpeechRecognition has thousands downloads per day. Perhaps many users, like me, have spent a lot of their time to search for the required engine/API parameters.

Thanks.

tirelesslearner-1901 commented 2 years ago

True ! really required, they must have atleast provided a list of supported languages.