mitek commited on
Commit
b83540d
·
verified ·
1 Parent(s): 7eb3676

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +31 -0
requirements.txt ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Essential dependencies
2
+ einops
3
+ transformers>=4.28.1
4
+ tokenizers>=0.13.3
5
+ sentencepiece
6
+ safetensors>=0.4.2
7
+ aiohttp
8
+ pyyaml
9
+ Pillow
10
+ scipy
11
+ tqdm
12
+ psutil
13
+ numpy<=1.26.4
14
+ psycopg2-binary
15
+ boto3
16
+ firebase_admin
17
+
18
+ # Non-essential dependencies
19
+ kornia>=0.7.1
20
+ spandrel
21
+ soundfile
22
+ imageio-ffmpeg
23
+ ffmpeg-python
24
+ opencv-python-headless
25
+ onnxruntime-gpu
26
+ pykalman
27
+ mediapipe
28
+ onnx2torch
29
+ insightface
30
+ ultralytics
31
+