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)
恭喜完成"用 Python 进行口语处理"课程!
您值得自豪。
现在动手去做语音识别吧!
Python 语音语言处理