cstr commited on
Commit
932320e
·
verified ·
1 Parent(s): 43fa17a

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +28 -0
requirements.txt ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core dependencies
2
+ gradio>=4.0.0
3
+ python-docx>=1.1.0
4
+ requests>=2.31.0
5
+ tqdm>=4.66.0
6
+ lxml>=4.9.0
7
+
8
+ # Translation backends
9
+ ctranslate2>=4.0.0
10
+ transformers>=4.35.0
11
+ huggingface-hub>=0.19.0
12
+ sentencepiece>=0.1.99
13
+ protobuf>=3.20.0
14
+
15
+ # Optional: PyTorch (CPU version for HF Spaces)
16
+ torch>=2.0.0
17
+ torchvision>=0.15.0
18
+ torchaudio>=2.0.0
19
+
20
+ # Optional: LLM providers
21
+ openai>=1.3.0
22
+ anthropic>=0.7.0
23
+
24
+ # Optional: Alignment tools
25
+ # simalign # Heavy dependency, commented out by default
26
+
27
+ # Utilities
28
+ psutil>=5.9.0