├── README.md ├── deepdream.py ├── demo.html ├── diag.py ├── speech2text.py └── vis.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vadimkantorov/inferspeech/HEAD/README.md -------------------------------------------------------------------------------- /deepdream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vadimkantorov/inferspeech/HEAD/deepdream.py -------------------------------------------------------------------------------- /demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vadimkantorov/inferspeech/HEAD/demo.html -------------------------------------------------------------------------------- /diag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vadimkantorov/inferspeech/HEAD/diag.py -------------------------------------------------------------------------------- /speech2text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vadimkantorov/inferspeech/HEAD/speech2text.py -------------------------------------------------------------------------------- /vis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vadimkantorov/inferspeech/HEAD/vis.py --------------------------------------------------------------------------------