Python 的口語語言處理
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 的口語語言處理