Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn[standard]
|
| 3 |
+
soundfile
|
| 4 |
+
sherpa-onnx
|
| 5 |
+
numpy
|
| 6 |
+
scipy
|
| 7 |
+
opencc-python-reimplemented
|
| 8 |
+
huggingface_hub
|
| 9 |
+
sentencepiece
|