Athspi commited on
Commit
6614c75
·
verified ·
1 Parent(s): d00fd38

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -8
requirements.txt CHANGED
@@ -1,11 +1,14 @@
 
1
  fastapi
2
  uvicorn[standard]
3
- pydub
4
  python-multipart
5
- transformers
6
- torch
7
- soundfile
8
- librosa
9
- speechbrain
10
- demucs
11
- protobuf
 
 
 
 
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.