Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Automatically generated by https://github.com/damnever/pigar.
|
| 2 |
+
|
| 3 |
+
fastapi==0.115.3
|
| 4 |
+
faster-whisper==1.0.3
|
| 5 |
+
numpy==1.26.4
|
| 6 |
+
pydub==0.25.1
|
| 7 |
+
speechbrain==1.0.1
|
| 8 |
+
torch==2.5.0
|
| 9 |
+
uvicorn==0.32.0
|