├── README.md ├── examples ├── Dockerfile ├── build_and_run_docker.sh ├── data │ ├── 001ce26c07c20eaa0d666b824c6c6924.wav │ └── example1.json ├── infer.py └── readme.md ├── license ├── en_us.pdf └── ru.pdf └── md5sum.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sberdevices/golos/HEAD/README.md -------------------------------------------------------------------------------- /examples/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sberdevices/golos/HEAD/examples/Dockerfile -------------------------------------------------------------------------------- /examples/build_and_run_docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sberdevices/golos/HEAD/examples/build_and_run_docker.sh -------------------------------------------------------------------------------- /examples/data/001ce26c07c20eaa0d666b824c6c6924.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sberdevices/golos/HEAD/examples/data/001ce26c07c20eaa0d666b824c6c6924.wav -------------------------------------------------------------------------------- /examples/data/example1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sberdevices/golos/HEAD/examples/data/example1.json -------------------------------------------------------------------------------- /examples/infer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sberdevices/golos/HEAD/examples/infer.py -------------------------------------------------------------------------------- /examples/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sberdevices/golos/HEAD/examples/readme.md -------------------------------------------------------------------------------- /license/en_us.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sberdevices/golos/HEAD/license/en_us.pdf -------------------------------------------------------------------------------- /license/ru.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sberdevices/golos/HEAD/license/ru.pdf -------------------------------------------------------------------------------- /md5sum.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sberdevices/golos/HEAD/md5sum.txt --------------------------------------------------------------------------------