husseinelsaadi commited on
Commit
a402b1d
·
verified ·
1 Parent(s): 3762dbe

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,5 +1,4 @@
1
- # Core
2
- numpy==1.24.4
3
  scipy==1.11.3
4
  soundfile==0.12.1
5
  sounddevice==0.4.6
@@ -7,7 +6,7 @@ opencv-python==4.7.0.72
7
  moviepy==1.0.3
8
  librosa==0.10.0.post2
9
 
10
- # Models
11
  transformers==4.38.1
12
  torch==2.1.2
13
  sentencepiece==0.1.99
@@ -25,9 +24,11 @@ cohere==5.16.1
25
  # Vector DB
26
  qdrant-client==1.14.3
27
 
28
- # Extras
29
  PyPDF2==3.0.1
30
  python-docx==1.2.0
 
 
31
  ffmpeg-python==0.2.0
32
  pyaudio==0.2.14
33
  inputimeout==1.0.4
 
1
+ # Core Scientific Stack
 
2
  scipy==1.11.3
3
  soundfile==0.12.1
4
  sounddevice==0.4.6
 
6
  moviepy==1.0.3
7
  librosa==0.10.0.post2
8
 
9
+ # Hugging Face Transformers + Whisper
10
  transformers==4.38.1
11
  torch==2.1.2
12
  sentencepiece==0.1.99
 
24
  # Vector DB
25
  qdrant-client==1.14.3
26
 
27
+ # PDF & DOCX parsing
28
  PyPDF2==3.0.1
29
  python-docx==1.2.0
30
+
31
+ # Audio / CLI
32
  ffmpeg-python==0.2.0
33
  pyaudio==0.2.14
34
  inputimeout==1.0.4