Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -8
requirements.txt
CHANGED
@@ -1,11 +1,14 @@
|
|
|
|
1 |
fastapi
|
2 |
uvicorn[standard]
|
3 |
-
pydub
|
4 |
python-multipart
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
1 |
+
# --- FastAPI Web Server ---
|
2 |
fastapi
|
3 |
uvicorn[standard]
|
|
|
4 |
python-multipart
|
5 |
+
|
6 |
+
# --- Audio Processing ---
|
7 |
+
pydub
|
8 |
+
|
9 |
+
# --- AI Audio Separation ---
|
10 |
+
spleeter
|
11 |
+
|
12 |
+
# Note:
|
13 |
+
# - Spleeter includes TensorFlow, numpy, pandas, etc.
|
14 |
+
# - Installation may be heavy and may need a virtual environment.
|