Python Universe
1.99K subscribers
103 photos
1 video
1 file
55 links
Everything you need to know about Python programming.

Admin: @haraisen
Feedback: @pythontg_feedbackbot
Download Telegram
Speech Recognition with Python 🗣

🔸
Have you ever wondered how to add speech recognition to your Python project? It’s easier than you might think. SpeechRecognition is a Python library for performing speech recognition, with support for several engines and APIs, online and offline.

Speech recognition engine/API support:
▪️CMU Sphinx (works offline)
▪️Google Speech Recognition
▪️Google Cloud Speech API
▪️Wit.ai
▪️Microsoft Bing Voice Recognition
▪️Houndify API
▪️IBM Speech to Text
▪️Snowboy Hotword Detection (works offline)

⚙️Installation
pip install SpeechRecognition

🔗GitHub
🔗Examples
🔗Speech Recognition in Python- The Complete Beginner’s Guide

#speechrecognition