Create requirements.txt
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# FastAPI & Server
|
| 2 |
+
fastapi==0.111.0
|
| 3 |
+
uvicorn==0.29.0
|
| 4 |
+
python-multipart==0.0.9
|
| 5 |
+
|
| 6 |
+
# OpenVoice V2 & MeloTTS
|
| 7 |
+
# ๊ณต์ ๊ฐ์ด๋์ ๋ฐ๋ผ ์ค์นํ๋ ๊ฒ์ ๊ถ์ฅํฉ๋๋ค.
|
| 8 |
+
# pip install git+https://github.com/myshell-ai/OpenVoice.git
|
| 9 |
+
# pip install git+https://github.com/myshell-ai/MeloTTS.git
|
| 10 |
+
openvoice-cli
|
| 11 |
+
melo-tts
|
| 12 |
+
|
| 13 |
+
# Pytorch (ํ์)
|
| 14 |
+
torch==2.1.2
|
| 15 |
+
|
| 16 |
+
# ๊ธฐํ ์ค๋์ค ์ฒ๋ฆฌ ๋ผ์ด๋ธ๋ฌ๋ฆฌ
|
| 17 |
+
librosa==0.10.1
|
| 18 |
+
soundfile==0.12.1
|
| 19 |
+
pydub==0.25.1
|