mirror of
https://github.com/babysor/MockingBird.git
synced 2024-03-22 13:11:31 +08:00
0d0b55d3e9
* Init App * init server.py (#93) * init server.py * Update requirements.txt Add requirement Co-authored-by: auau <auau@test.com> Co-authored-by: babysor00 <babysor00@gmail.com> * Run web.py! Run web.py! * Restruct readme and add instruction to use web server * fix training preprocess of vocoder * Init App * init server.py (#93) * init server.py * Update requirements.txt Add requirement Co-authored-by: auau <auau@test.com> Co-authored-by: babysor00 <babysor00@gmail.com> * Run web.py! Run web.py! * fix training preprocess of vocoder * Refactor to restful style Co-authored-by: balala <Ozgay@users.noreply.github.com> Co-authored-by: auau <auau@test.com>
22 lines
324 B
Plaintext
22 lines
324 B
Plaintext
umap-learn
|
|
visdom
|
|
librosa>=0.8.0
|
|
matplotlib>=3.3.0
|
|
numpy==1.19.3; platform_system == "Windows"
|
|
numpy==1.19.4; platform_system != "Windows"
|
|
scipy>=1.0.0
|
|
tqdm
|
|
sounddevice
|
|
SoundFile
|
|
Unidecode
|
|
inflect
|
|
PyQt5
|
|
multiprocess
|
|
numba
|
|
webrtcvad; platform_system != "Windows"
|
|
pypinyin
|
|
flask
|
|
flask_wtf
|
|
flask_cors
|
|
gevent==21.8.0
|
|
flask_restx |