Maximofn commited on
Commit
e9adcde
·
1 Parent(s): befe577

Update requirements.txt with additional libraries

Browse files

- Add Optimum library for model optimization
- Include official Whisper library from OpenAI
- Add tqdm for progress tracking
- Include Pillow for image processing

Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt CHANGED
@@ -11,6 +11,7 @@ torchaudio
11
 
12
  # Transformers
13
  transformers
 
14
  accelerate
15
 
16
  # ffmpeg
@@ -23,8 +24,15 @@ ffmpeg-python
23
 
24
  # Trascribe audios
25
  # git+https://github.com/m-bain/whisperx.git
 
26
  pyannote.audio
27
 
 
 
 
 
 
 
28
  # # Translate
29
  # protobuf
30
 
 
11
 
12
  # Transformers
13
  transformers
14
+ optimum
15
  accelerate
16
 
17
  # ffmpeg
 
24
 
25
  # Trascribe audios
26
  # git+https://github.com/m-bain/whisperx.git
27
+ git+https://github.com/openai/whisper.git
28
  pyannote.audio
29
 
30
+ # tqdm
31
+ tqdm
32
+
33
+ # pillow
34
+ pillow
35
+
36
  # # Translate
37
  # protobuf
38