STT-tensorflow/tensorflow/examples/speech_commands
Abhilash Mahendrakar 393af301a6
Update train.py
Updated audio recognition tutorial link
2021-02-22 17:24:35 +05:30
..
accuracy_utils_test.cc
accuracy_utils.cc
accuracy_utils.h
accuracy_utils.py Merge pull request from foldl:make-speech-command-v2-compat 2020-02-19 14:23:08 -08:00
BUILD PY2 removal cleanup 2021-01-20 17:11:44 -08:00
freeze_test.py Add SavedModel support to speech commands training 2020-04-21 15:24:55 -07:00
freeze.py Add SavedModel support to speech commands training 2020-04-21 15:24:55 -07:00
generate_streaming_test_wav_test.py Speech keyword detector tutorial 2017-08-11 14:34:09 -07:00
generate_streaming_test_wav.py Automated rollback of commit 3d6df0985d 2020-02-13 10:10:10 -08:00
input_data_test.py Update speech_commands example: Code cleanup by resolving warnings and errors. 2020-02-21 20:07:46 -08:00
input_data.py Update speech_commands example: Code cleanup by resolving warnings and errors. 2020-02-21 20:07:46 -08:00
label_wav_dir.py Update speech_commands example: Code cleanup by resolving warnings and errors. 2020-02-21 20:07:46 -08:00
label_wav_test.py Update speech_commands example: Code cleanup by resolving warnings and errors. 2020-02-21 20:07:46 -08:00
label_wav.cc
label_wav.py Update speech_commands example: Code cleanup by resolving warnings and errors. 2020-02-21 20:07:46 -08:00
models_test.py Fix bug in dropout. 2020-02-18 11:57:30 -08:00
models.py Fix bug in dropout. 2020-02-18 11:57:30 -08:00
README.md Port TensorFlow Lite micro_speech example to Arduino and add Colab for training 2019-08-02 12:21:50 -07:00
recognize_commands_test.cc
recognize_commands.cc
recognize_commands.h Remove THIRD_PARTY_ from #include guards 2018-01-24 14:31:28 -08:00
recognize_commands.py
test_streaming_accuracy.cc Fix bug in test_streaming_accuracy.cc 2018-12-28 14:09:30 +00:00
test_streaming_accuracy.py Merge pull request from foldl:make-speech-command-v2-compat 2020-02-19 14:23:08 -08:00
train_test.py PR : Add momentum optimizer option to speech_commands 2019-10-10 20:54:48 -07:00
train.py Update train.py 2021-02-22 17:24:35 +05:30
wav_to_features_test.py Update speech_commands example: Code cleanup by resolving warnings and errors. 2020-02-21 20:07:46 -08:00
wav_to_features.py Merge pull request from foldl:fix-float-wav-data 2020-03-23 07:22:24 -07:00

Speech Commands Example

This is a basic speech recognition example. For more information, see the tutorial at https://www.tensorflow.org/tutorials/sequences/audio_recognition.