Xalphinions commited on
Commit
08093ea
·
verified ·
1 Parent(s): fdc673b

Upload folder using huggingface_hub

Browse files
models/model_15_20250405-033557.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d2f2b904292732141ca2e8014c56056543c48722a8b7f81205dfa9c8b8838ff
3
+ size 96095903
requirements.txt ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Web framework and UI
2
+ gradio==3.50.2
3
+ Flask==2.2.3
4
+ Werkzeug==2.2.3
5
+ gunicorn==20.1.0
6
+
7
+ # ML/AI dependencies
8
+ torch==2.0.0
9
+ torchvision==0.15.1
10
+ torchaudio==2.0.1
11
+ librosa==0.10.0
12
+ numpy==1.24.2
13
+ Pillow==9.4.0
14
+
15
+ # Audio processing
16
+ soundfile==0.12.1
17
+ audioread==3.0.0
18
+
19
+ # Image processing
20
+ opencv-python==4.8.0.74
21
+
22
+ # Utilities
23
+ python-dateutil==2.9.0
24
+ requests==2.32.3
25
+ scipy==1.10.1