├── DeepSpeech ├── DStest.py ├── README.md └── rnnoise.py ├── README.md ├── Wiki.md ├── mycroft-core └── mycroft │ ├── stt │ └── __init__.py │ └── tts │ └── mimic2_tts.py ├── precise ├── Precise.md ├── precise-train.png ├── precise-train2.png └── tf-scaled-precise125ksm.png └── uploader.py /DeepSpeech/DStest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/el-tocino/localcroft/HEAD/DeepSpeech/DStest.py -------------------------------------------------------------------------------- /DeepSpeech/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/el-tocino/localcroft/HEAD/DeepSpeech/README.md -------------------------------------------------------------------------------- /DeepSpeech/rnnoise.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/el-tocino/localcroft/HEAD/DeepSpeech/rnnoise.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/el-tocino/localcroft/HEAD/README.md -------------------------------------------------------------------------------- /Wiki.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/el-tocino/localcroft/HEAD/Wiki.md -------------------------------------------------------------------------------- /mycroft-core/mycroft/stt/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/el-tocino/localcroft/HEAD/mycroft-core/mycroft/stt/__init__.py -------------------------------------------------------------------------------- /mycroft-core/mycroft/tts/mimic2_tts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/el-tocino/localcroft/HEAD/mycroft-core/mycroft/tts/mimic2_tts.py -------------------------------------------------------------------------------- /precise/Precise.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/el-tocino/localcroft/HEAD/precise/Precise.md -------------------------------------------------------------------------------- /precise/precise-train.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/el-tocino/localcroft/HEAD/precise/precise-train.png -------------------------------------------------------------------------------- /precise/precise-train2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/el-tocino/localcroft/HEAD/precise/precise-train2.png -------------------------------------------------------------------------------- /precise/tf-scaled-precise125ksm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/el-tocino/localcroft/HEAD/precise/tf-scaled-precise125ksm.png -------------------------------------------------------------------------------- /uploader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/el-tocino/localcroft/HEAD/uploader.py --------------------------------------------------------------------------------