filmm commited on
Commit
954e1c8
·
verified ·
1 Parent(s): 0df86d5

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +102 -0
requirements.txt ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==5.5.0
2
+ attrs==25.3.0
3
+ blinker==1.9.0
4
+ boto3==1.38.8
5
+ botocore==1.38.8
6
+ cachetools==5.5.2
7
+ certifi==2025.4.26
8
+ charset-normalizer==3.4.2
9
+ click==8.1.8
10
+ colorama==0.4.6
11
+ contourpy==1.3.2
12
+ cycler==0.12.1
13
+ diskcache==5.6.3
14
+ easyocr==1.7.2
15
+ einops==0.8.1
16
+ encodec==0.1.1
17
+ filelock==3.18.0
18
+ filetype==1.2.0
19
+ Flask==3.1.1
20
+ fonttools==4.58.0
21
+ fsspec==2025.3.2
22
+ funcy==2.0
23
+ gitdb==4.0.12
24
+ GitPython==3.1.44
25
+ gTTS==2.5.4
26
+ huggingface-hub==0.30.2
27
+ idna==3.7
28
+ imageio==2.37.0
29
+ itsdangerous==2.2.0
30
+ Jinja2==3.1.6
31
+ jmespath==1.0.1
32
+ jsonschema==4.23.0
33
+ jsonschema-specifications==2025.4.1
34
+ kiwisolver==1.4.8
35
+ lazy_loader==0.4
36
+ llama_cpp_python==0.3.8
37
+ MarkupSafe==3.0.2
38
+ matplotlib==3.10.3
39
+ mpmath==1.3.0
40
+ narwhals==1.40.0
41
+ networkx==3.4.2
42
+ ninja==1.11.1.4
43
+ numpy==2.2.5
44
+ opencv-python==4.11.0.86
45
+ opencv-python-headless==4.10.0.84
46
+ packaging==24.2
47
+ pandas==2.2.3
48
+ pillow==11.2.1
49
+ pillow_heif==0.22.0
50
+ protobuf==6.31.0
51
+ psutil==7.0.0
52
+ py-cpuinfo==9.0.0
53
+ pyarrow==20.0.0
54
+ pyclipper==1.3.0.post6
55
+ pydeck==0.9.1
56
+ pygame==2.6.1
57
+ pyparsing==3.2.3
58
+ python-bidi==0.6.6
59
+ python-dateutil==2.9.0.post0
60
+ python-dotenv==1.1.0
61
+ pytz==2025.2
62
+ PyYAML==6.0.2
63
+ referencing==0.36.2
64
+ regex==2024.11.6
65
+ requests==2.32.3
66
+ requests-toolbelt==1.0.0
67
+ roboflow==1.1.64
68
+ rpds-py==0.25.1
69
+ s3transfer==0.12.0
70
+ safetensors==0.5.3
71
+ scikit-image==0.25.2
72
+ scipy==1.15.2
73
+ setuptools==80.2.0
74
+ shapely==2.1.1
75
+ six==1.17.0
76
+ smmap==5.0.2
77
+ streamlit==1.45.1
78
+ suno-bark @ git+https://github.com/suno-ai/bark.git@f4f32d4cd480dfec1c245d258174bc9bde3c2148
79
+ sympy==1.14.0
80
+ tenacity==9.1.2
81
+ tifffile==2025.5.21
82
+ tokenizers==0.21.1
83
+ toml==0.10.2
84
+ torch==2.7.0
85
+ torchaudio==2.7.0
86
+ torchvision==0.22.0
87
+ tornado==6.5.1
88
+ tqdm==4.67.1
89
+ transformers==4.51.3
90
+ typing_extensions==4.13.2
91
+ tzdata==2025.2
92
+ ultralytics==8.3.144
93
+ ultralytics-thop==2.0.14
94
+ urllib3==2.4.0
95
+ watchdog==6.0.0
96
+ Werkzeug==3.1.3
97
+ flask
98
+ flask-ngrok
99
+ ultralytics
100
+ transformers
101
+ torch
102
+