.dockerignore
.gitignore
Dockerfile
LICENSE
README.md
requirements.txt
setup.py
app/__init__.py
app/speechkitty/__init__.py
app/speechkitty/directory.py
app/speechkitty/result_parser.py
app/speechkitty/transcriber.py
app/speechkitty.egg-info/PKG-INFO
app/speechkitty.egg-info/SOURCES.txt
app/speechkitty.egg-info/dependency_links.txt
app/speechkitty.egg-info/not-zip-safe
app/speechkitty.egg-info/requires.txt
app/speechkitty.egg-info/top_level.txt
sample/credentials-example.ini
sample/transcribe_directory.py
sample/transcribe_directory.sh
sample/records/0b70f459d4b4f1ea49503cb2ab53cf80.html
sample/records/out-88001000800-102-20231014-184547-1697298346.17.json
sample/records/out-88001000800-102-20231014-184547-1697298346.17.ogg
sample/records/out-88001000800-102-20231014-184547-1697298346.17.wav
sample/records/out-88001000800-102-20231014-184547-1697298346.17.wav-in.wav
sample/records/out-88001000800-102-20231014-184547-1697298346.17.wav-out.wav
tests/__init__.py
tests/test_directory.py
tests/test_parser.py
tests/test_transcriber.py