Athspi commited on
Commit
d4d96d1
·
verified ·
1 Parent(s): c1f7c43

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -12
requirements.txt CHANGED
@@ -1,14 +1,6 @@
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.
 
 
1
  fastapi
2
+ uvicorn
 
 
 
 
 
 
3
  spleeter
4
+ pydub
5
+ ffmpeg-python
6
+ python-multipart