phani50101 commited on
Commit
3251f2d
·
verified ·
1 Parent(s): 7e16730
Files changed (1) hide show
  1. requirements.txt +14 -32
requirements.txt CHANGED
@@ -1,32 +1,14 @@
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
 
1
+ gradio==4.32.0
2
+ pandas
3
+ openvino-genai==2025.1.0.0
4
+ huggingface_hub
5
+ numpy
6
+ requests
7
+ Pillow
8
+ py-cpuinfo
9
+ openvino
10
+ librosa
11
+ google-api-python-client
12
+ PyPDF2
13
+ python-docx
14
+ transformers