Spoken Language Processing in Python
Daniel Bourke
Machine Learning Engineer/YouTube creator
Python
and NumPy
.speech_recognition
.PyDub
.NLTK
, spaCy
and sklearn
.speech_recognition
's Microphone()
class.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!
Spoken Language Processing in Python