Speech recognition / Python Lessons

Sdílet
Vložit
  • čas přidán 11. 09. 2024
  • Hello friends! Now we will learn how to make speech recognition in Python. 😊 Install the library in Python for speech recognition pip install SpeechRecognition. Connect to the selected microphone (of course, we will display the list on the screen), record the audio and send it to speech recognition service to recognize it in text.
    Methods of the SpeechRecognition library that we can use for speech-to-text recognition:
    recognize_bing (): speech Recognition using the Microsoft Bing Speech API (requires api key)
    recognize_google (): speech Recognition using the Google Speech API
    recognize_google_cloud (): speech Recognition using the Google Cloud Speech API (requires api key)
    recognize_houndify (): speech Recognition using the houndify API from SoundHound (requires api key)
    recognize_ibm (): speech Recognition using the IBM Speech to Text API (requires api key)
    recognize_sphinx (): speech Recognition using the PocketSphinx API(requires api key)
    ►► See all Python lessons: • Уроки Python программи...
    ❗️ ❗️ ❗️ Before recording audio/sounds in Python, first select free device by executing the code above, which will display all your audio devices available in the system.
    ✅ Now you can recognize speech and conversations using Python!
    #pythonlessons #pyton #learnpython #programming #beginners
    ✅ Lessons from #OlegShpagin 👨 🏼 💻
    Press 'like' if you enjoyed the video 👍
    ✅ You want to learn how to program in Python? - Easy! Repeat everything that we show in the tutorial video. Then you will pin the material faster and be able to start programming in Python effectively. 👍
    Watch our video tutorials and learn Python faster than anyone else! :)
    ►► Subscribe to our channel: / @wiseplat
    Where can you find us?
    Join the group VK - wiseplat 🚀
    FaceBook group - / wiseplat
    Twitter - / wiseplatschool
    Popular playlists ►
    ● Programming lessons for children and teenagers in Python • Уроки Python программи...
    ● HTML/CSS lessons. Learn quickly and effectively! • Уроки HTML, CSS Как с...
    ● JavaScript Lessons. We learn the basics of the language and practice immediately. • Уроки JavaScript от ну...
    ● JQuery lessons. For beginners, from scratch • Уроки jQuery Подключе...
    ● Bootstrap lessons for beginners, from scratch we learn to do great right away! • Уроки Bootstrap для на...
    Computer hardware. Life hacks. Reviews. Know-how. Instructions. Recommendations. • Компьютерное железо. Л...
    ● Sysadmin lessons for beginners, servers, networks, and storage - configuring and maintaining. • Уроки администрировани...
    ● Computer security. Recommendations. Recommendations. Life hacks. Know-How. • Компьютерная безопасно...
    ► Lessons on the Wiseplat website:
    ✔ A community of programmers: wiseplat.org/
    ✔ Additional descriptions, homework assignments, and more can be found on the WISEPLAT website: wiseplat.org/
    ********************************
    ❤ If you liked the post, subscribe to the channel!
    👍 Put likes, for more content :)
    ✉ If you have any questions or suggestions, please write in the comments.
    ********************************

Komentáře • 69