Skip to content

Latest commit

 

History

History
93 lines (91 loc) · 5.25 KB

README_TODO_001.md

File metadata and controls

93 lines (91 loc) · 5.25 KB

Related Projects

语音识别移植, 简单离线语音识别,TODO

  • OC Volume
  • PocketSphinx
  • snowboy
  • gk969/stm32-speech-recognition
  • ASRFrame
  • Maixduino->Maix_Speech_Recognition; MaixPy->audio, MIC_ARRAY
  • Python-Machine-Learning-Cookbook, Chapter07/speech_recognizer.py, Python机器学习经典实例
  • audier/my_python_play
  • audier/DeepSpeechRecognition
  • 数字语音处理及MATLAB仿真(search baidupan 数字语音处理及MATLAB仿真), matlab
  • PacktPublishing/Python-Machine-Learning-Cookbook/blob/master/Chapter07/speech_recognizer.py, Python机器学习经典实例
  • 实时语音处理实践指南
  • (For xubuntu 20.04 64bit, Python 2.7 64bit and TensorFlow 1.5.0) TensorFlow/examples/speech_commands
  • (For C++, tensorflow-2.1.1 or 2.3.0-rc0, 2.3.0-rc1) tensorflow/lite/micro/examples/micro_speech
  • (For Matlab 7.0) 《语音信号处理实验教程》, 语音信号处理代码/第10章 语音识别/10.2 基于隐马尔可夫模型(HMM)的孤立字语音识别实验
    https://github.com/veenveenveen/SpeechSignalProcessingCourse
  • ONLY VAD: (for Python), https://github.com/wiseman/py-webrtcvad
  • ARM-software/ML-KWS-for-MCU
    arduino version see : Infineon/KWS-for-XMC
  • 《Python+TensorFlow机器学习实战》
    search baidupan, 20190513103207287.zip, 第9章
    search baidupan, Python_TensorFlow机器学习实战
  • 《Tensorflow入门与实战》, thewintersun/tensorflowbook
    《Tensorflow入门与实战》, 第六章《循环神经网络》,6.4《用LSTM+CTC实现语音识别》
    CTC tensorflow example 代码解析
    igormq/ctc_tensorflow_example