AhmadXGaballah commited on
Commit
dd277ca
·
verified ·
1 Parent(s): 3a67c39

Update Requirements.txt

Browse files
Files changed (1) hide show
  1. Requirements.txt +14 -10
Requirements.txt CHANGED
@@ -1,13 +1,4 @@
1
-
2
- faster-whisper==1.0.3
3
- ctranslate2==4.4.0
4
- openai-whisper==20231117
5
- ffmpeg-python
6
- yt-dlp
7
- opencv-python-headless
8
- easyocr
9
- pytesseract
10
- Pillow
11
  gradio>=4.31.3
12
  pandas
13
  numpy
@@ -19,3 +10,16 @@ rank-bm25
19
  sentence-transformers
20
  transformers
21
  torch
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # --- App + retrieval stack
 
 
 
 
 
 
 
 
 
2
  gradio>=4.31.3
3
  pandas
4
  numpy
 
10
  sentence-transformers
11
  transformers
12
  torch
13
+
14
+ # --- ASR
15
+ faster-whisper==1.0.3
16
+ ctranslate2==4.4.0
17
+ openai-whisper==20231117
18
+ ffmpeg-python
19
+ yt-dlp
20
+
21
+ # --- OCR (EasyOCR + Tesseract fallback)
22
+ easyocr
23
+ opencv-python-headless
24
+ pytesseract
25
+ Pillow