voice-changer/server/requirements.txt

30 lines
637 B
Plaintext
Raw Normal View History

2023-04-19 05:32:31 +03:00
# # apt-get update
# # apt-get install -y emacs mlocate wget git curl gcc g++ make unzip
# # wget https://repo.anaconda.com/archive/Anaconda3-2022.10-Linux-x86_64.sh
# # bash Anaconda3-2022.10-Linux-x86_64.sh
2023-03-16 20:37:31 +03:00
uvicorn==0.21.1
2023-04-19 05:32:31 +03:00
pyOpenSSL==23.1.1
2023-03-16 21:47:56 +03:00
numpy==1.23.5
2023-06-01 19:16:10 +03:00
torch==2.0.1
torchaudio==2.0.2
2023-03-16 20:37:31 +03:00
resampy==0.4.2
2023-04-19 05:32:31 +03:00
python-socketio==5.8.0
fastapi==0.95.1
2023-03-16 20:37:31 +03:00
python-multipart==0.0.6
2023-06-18 10:48:19 +03:00
onnxruntime-gpu==1.13.1
2023-04-19 05:32:31 +03:00
scipy==1.10.1
matplotlib==3.7.1
websockets==11.0.2
faiss-cpu==1.7.3
torchcrepe==0.0.18
librosa==0.9.1
2023-04-19 05:32:31 +03:00
gin==0.1.6
gin_config==0.5.0
einops==0.6.0
2023-04-19 07:35:37 +03:00
local_attention==1.8.5
2023-05-25 05:50:34 +03:00
websockets==11.0.2
sounddevice==0.4.6
dataclasses_json==0.5.7
onnxsim==0.4.28