release model
Showing
EXAMPLES.md
0 → 100644
LICENSE
0 → 100644
MANIFEST.in
0 → 100644
README.md
0 → 100644
figures/pipeline.png
0 → 100644
120 KB
requirements.txt
0 → 100644
| torch>=2 | |||
| torchaudio>=2 | |||
| faster-whisper==1.0.0 | |||
| transformers | |||
| pandas | |||
| setuptools>=65 | |||
| nltk |
setup.py
0 → 100644
whisperx/__init__.py
0 → 100644
whisperx/__main__.py
0 → 100644
whisperx/alignment.py
0 → 100644
whisperx/asr.py
0 → 100644
File added
whisperx/audio.py
0 → 100644
whisperx/conjunctions.py
0 → 100644
whisperx/diarize.py
0 → 100644
whisperx/transcribe.py
0 → 100644
whisperx/types.py
0 → 100644
whisperx/utils.py
0 → 100644
whisperx/vad.py
0 → 100644