| # General dependencies |
| ffmpeg-python>=0.2.0 |
| numpy==1.23.5 |
| requests==2.31.0 |
| tqdm |
| wget |
|
|
| # Audio processing |
| faiss-cpu==1.7.3 |
| librosa==0.9.1 |
| pyworld==0.3.4 |
| scipy==1.11.1 |
| soundfile==0.12.1 |
| praat-parselmouth |
| noisereduce |
|
|
| # Machine learning |
| git+https://github.com/IAHispano/fairseq; sys_platform == 'linux' |
| fairseq==0.12.2; sys_platform == 'darwin' or sys_platform == 'win32' |
| numba; sys_platform == 'linux' |
| numba==0.56.4; sys_platform == 'darwin' or sys_platform == 'win32' |
| torch==2.1.1 |
| torchcrepe==0.0.21 |
| torchvision==0.16.1 |
| einops |
|
|
| # Visualization |
| matplotlib==3.7.2 |
| tensorboard |
| gradio==4.17.0 |
|
|
| # Miscellaneous |
| ffmpy==0.3.1 |
| tensorboardX |
| edge-tts==6.1.9 |
| pypresence |
| beautifulsoup4 |
| flask |
| local-attention |
|
|