phani50101 commited on
Commit
7e16730
·
verified ·
1 Parent(s): c18e7fd
Files changed (1) hide show
  1. requirements.txt +28 -14
requirements.txt CHANGED
@@ -1,18 +1,32 @@
1
- gradio==4.32.0
2
- openvino-genai==0.4.0
3
- huggingface_hub==0.23.2
4
  pandas==2.2.2
5
  numpy==1.26.4
6
- requests==2.32.3
7
  Pillow==10.3.0
8
- openvino==2024.1.0
9
- librosa==0.10.2.post1
10
- google-api-python-client==2.132.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  PyPDF2==3.0.1
12
- python-docx==1.1.2
13
- transformers==4.41.2
14
- torch==2.3.0
15
- torchaudio==2.3.0
16
- ffmpeg-python==0.2.0
17
- soundfile==0.12.1
18
- py-cpuinfo==9.0.0
 
1
+ # Core UI & data libs
2
+ gradio==4.25.0
 
3
  pandas==2.2.2
4
  numpy==1.26.4
 
5
  Pillow==10.3.0
6
+
7
+ # OpenVINO & GenAI integration
8
+ openvino==2025.0.0
9
+ openvino-genai==0.4.0
10
+
11
+ # Hugging Face
12
+ huggingface_hub==0.23.0
13
+
14
+ # Audio processing
15
+ librosa==0.10.1
16
+ soundfile
17
+ audioread
18
+
19
+ # HTTP & misc utilities
20
+ requests==2.32.3
21
+ py-cpuinfo==9.0.0
22
+
23
+ # Google Custom Search JSON API
24
+ google-api-python-client==2.128.0
25
+ google-auth>=2.0.0
26
+ httplib2>=0.21.0
27
+ uritemplate>=4.1.0
28
+ protobuf>=3.20.0
29
+
30
+ # Document processing
31
  PyPDF2==3.0.1
32
+ python-docx==0.8.11