LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
openai_whisper.egg-info/PKG-INFO
openai_whisper.egg-info/SOURCES.txt
openai_whisper.egg-info/dependency_links.txt
openai_whisper.egg-info/entry_points.txt
openai_whisper.egg-info/requires.txt
openai_whisper.egg-info/top_level.txt
tests/test_audio.py
tests/test_normalizer.py
tests/test_timing.py
tests/test_tokenizer.py
tests/test_transcribe.py
whisper/__init__.py
whisper/__main__.py
whisper/audio.py
whisper/decoding.py
whisper/model.py
whisper/timing.py
whisper/tokenizer.py
whisper/transcribe.py
whisper/triton_ops.py
whisper/utils.py
whisper/version.py
whisper/assets/gpt2.tiktoken
whisper/assets/mel_filters.npz
whisper/assets/multilingual.tiktoken
whisper/normalizers/__init__.py
whisper/normalizers/basic.py
whisper/normalizers/english.json
whisper/normalizers/english.py