add new project
Showing
faster_whisper/tokenizer.py
0 → 100644
faster_whisper/transcribe.py
0 → 100644
faster_whisper/utils.py
0 → 100644
faster_whisper/vad.py
0 → 100644
faster_whisper/version.py
0 → 100644
requirements.conversion.txt
0 → 100644
requirements.txt
0 → 100644
| ctranslate2>=4.0,<5 | ||
| huggingface_hub>=0.13 | ||
| tokenizers>=0.13,<1 | ||
| onnxruntime>=1.14,<2 | ||
| pyannote-audio>=3.1.1 | ||
| torch>=2.1.1 | ||
| torchaudio>=2.1.2 | ||
| tqdm | ||
| \ No newline at end of file |
setup.cfg
0 → 100644
setup.py
0 → 100644
tests/conftest.py
0 → 100644
tests/data/jfk.flac
0 → 100644
File added
tests/data/physicsworks.wav
0 → 100644
File added
File added
tests/test_transcribe.py
0 → 100644
tests/test_utils.py
0 → 100644
Please register or sign in to comment