Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check this for youtube 2 text that detect requires online #6

Open
codenamewei opened this issue Mar 15, 2022 · 0 comments
Open

Check this for youtube 2 text that detect requires online #6

codenamewei opened this issue Mar 15, 2022 · 0 comments

Comments

@codenamewei
Copy link
Owner

Each Recognizer instance has seven methods for recognizing speech from an audio source using various APIs. These are:

recognize_bing(): [Microsoft Bing Speech](https://azure.microsoft.com/en-us/services/cognitive-services/speech/)
recognize_google(): [Google Web Speech API](https://w3c.github.io/speech-api/speechapi.html)
recognize_google_cloud(): [Google Cloud Speech](https://cloud.google.com/speech/) - requires installation of the google-cloud-speech package
recognize_houndify(): [Houndify](https://www.houndify.com/) by SoundHound
recognize_ibm(): [IBM Speech to Text](https://www.ibm.com/watson/services/speech-to-text/)
recognize_sphinx(): [CMU Sphinx](https://cmusphinx.github.io/) - requires installing PocketSphinx
recognize_wit(): [Wit.ai](https://wit.ai/)

Of the seven, only recognize_sphinx() works offline with the CMU Sphinx engine. The other six all require an internet connection.

https://realpython.com/python-speech-recognition/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant