-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #225 from m-bain/v3
V3
- Loading branch information
Showing
12 changed files
with
1,222 additions
and
1,249 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
numpy | ||
pandas | ||
torch >=1.9 | ||
torchaudio >=0.10,<1.0 | ||
tqdm | ||
more-itertools | ||
transformers>=4.19.0 | ||
torch==2.0.0 | ||
torchaudio==2.0.1 | ||
faster-whisper | ||
transformers | ||
ffmpeg-python==0.2.0 | ||
pyannote.audio | ||
openai-whisper==20230314 | ||
pandas | ||
setuptools==65.6.3 | ||
nltk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
from .transcribe import transcribe, transcribe_with_vad | ||
from .transcribe import load_model | ||
from .alignment import load_align_model, align | ||
from .vad import load_vad_model | ||
from .audio import load_audio | ||
from .diarize import assign_word_speakers, DiarizationPipeline |
Oops, something went wrong.