limkang commited on
Commit
7b819fd
ยท
verified ยท
1 Parent(s): 82a65d8

Create requirements.txt

Browse files
Files changed (1) hide show
  1. 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