Create requirements.txt
Browse files- requirements.txt +32 -0
requirements.txt
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Core dependencies
|
2 |
+
gradio>=4.0.0
|
3 |
+
huggingface-hub>=0.19.0
|
4 |
+
transformers>=4.36.0
|
5 |
+
python-pptx>=0.6.21
|
6 |
+
llama-cpp-python>=0.2.0
|
7 |
+
|
8 |
+
# Machine Learning and AI
|
9 |
+
torch>=2.1.0
|
10 |
+
accelerate>=0.25.0
|
11 |
+
diffusers>=0.24.0
|
12 |
+
xformers>=0.0.22
|
13 |
+
invisible-watermark>=0.2.0
|
14 |
+
safetensors>=0.4.0
|
15 |
+
|
16 |
+
# Image processing
|
17 |
+
Pillow>=10.0.0
|
18 |
+
requests>=2.31.0
|
19 |
+
|
20 |
+
# Utilities
|
21 |
+
tqdm>=4.66.0
|
22 |
+
numpy>=1.24.0
|
23 |
+
packaging>=23.0
|
24 |
+
regex>=2023.0.0
|
25 |
+
pyyaml>=6.0.0
|
26 |
+
|
27 |
+
# Optional PDF support
|
28 |
+
PyPDF2>=3.0.0
|
29 |
+
pdf2image>=1.16.0
|
30 |
+
|
31 |
+
# System and performance
|
32 |
+
psutil>=5.9.0
|