Python में Spoken Language Processing
Daniel Bourke
Machine Learning Engineer/YouTube creator
Python और NumPy से ऑडियो फाइलों को साउंडवेव में बदला।speech_recognition से स्पीच ट्रांसक्राइब की।PyDub का उपयोग कर ऑडियो फाइलें तैयार कीं और बदलीं।NLTK, spaCy और sklearn से स्पोकन लैंग्वेज प्रोसेसिंग पाइपलाइन बनाई।speech_recognition की Microphone() क्लास देखें।one_last_transcription = transcribe_audio("congratulations.wav")
print(one_last_transcription)
Congratlutions on finishing the Spoken Language Processing with Python course!
You should be proud.
Now get out there and recognize some speech!
Python में Spoken Language Processing