From e100993ae3f2ae4c6e6ab669ead7882d748963f3 Mon Sep 17 00:00:00 2001 From: wassname Date: Sun, 30 Dec 2018 13:26:26 +0800 Subject: [PATCH] todo and indent tree --- README.md | 72 ++++++++++++++++++++++++++++++------------------------- 1 file changed, 40 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 5739c14..4a35f04 100644 --- a/README.md +++ b/README.md @@ -42,35 +42,43 @@ API Keys: When setup the layout should look something like - ├── BitLit_decoder.py - ├── BitLit_main.py - ├── BitLit_main.pyc - ├── BitLit_model_param.py - ├── BitLit_model_param.pyc - ├── HiBitLit.pmdl - ├── README.md - ├── logger.py - ├── logger.pyc - ├── outputs - ├── poem_generator.py - ├── poem_generator.pyc - ├── requirements.txt - ├── secrets - │ ├── google_cloud_credentials.json - │ └── google_cloud_credentials.template.json - ├── snowboy - │ ├── _snowboydetect.so - │ ├── resources - │ │ ├── alexa.umdl - │ │ ├── alexa_02092017.umdl - │ │ ├── common.res - │ │ ├── ding.wav - │ │ ├── dong.wav - │ │ └── snowboy.umdl - │ ├── snowboydetect.py - │ └── snowboydetect.pyc - ├── snowboydecoder.py - ├── snowboydecoder.pyc - └── weights - ├── model_poems.npy - └── model_rhymes.npy +``` + ├── BitLit_decoder.py + ├── BitLit_main.py + ├── BitLit_main.pyc + ├── BitLit_model_param.py + ├── BitLit_model_param.pyc + ├── HiBitLit.pmdl + ├── README.md + ├── logger.py + ├── logger.pyc + ├── outputs + ├── poem_generator.py + ├── poem_generator.pyc + ├── requirements.txt + ├── secrets + │ ├── google_cloud_credentials.json + │ └── google_cloud_credentials.template.json + ├── snowboy + │ ├── _snowboydetect.so + │ ├── resources + │ │ ├── alexa.umdl + │ │ ├── alexa_02092017.umdl + │ │ ├── common.res + │ │ ├── ding.wav + │ │ ├── dong.wav + │ │ └── snowboy.umdl + │ ├── snowboydetect.py + │ └── snowboydetect.pyc + ├── snowboydecoder.py + ├── snowboydecoder.pyc + └── weights + ├── model_poems.npy + └── model_rhymes.npy +``` + +# TODO + +- [ ] make sure text logging works +- [ ] improve before and after text +- [ ] it start recording while prompt is playing? \ No newline at end of file