Delete requirements.txt
Browse files- requirements.txt +0 -76
requirements.txt
DELETED
@@ -1,76 +0,0 @@
|
|
1 |
-
# Platform-specific requirements section
|
2 |
-
pip==23.3
|
3 |
-
wheel
|
4 |
-
onnxruntime; sys_platform == 'darwin'
|
5 |
-
onnxruntime-gpu; sys_platform != 'darwin'
|
6 |
-
|
7 |
-
# Core dependencies
|
8 |
-
PyYAML
|
9 |
-
torch==2.3.1
|
10 |
-
tqdm
|
11 |
-
torchvision==0.18.1
|
12 |
-
torchaudio==2.3.1
|
13 |
-
faiss-cpu==1.7.3
|
14 |
-
|
15 |
-
# Machine learning, NLP and deep learning
|
16 |
-
omegaconf>=2.0.6; sys_platform == 'darwin'
|
17 |
-
fairseq==0.12.2
|
18 |
-
transformers==4.44.2
|
19 |
-
scikit-learn
|
20 |
-
einops
|
21 |
-
|
22 |
-
# Pitch and sound processing
|
23 |
-
pyworld==0.3.4
|
24 |
-
librosa==0.9.2
|
25 |
-
pydub>=0.25.1
|
26 |
-
noisereduce
|
27 |
-
praat-parselmouth
|
28 |
-
soundfile==0.12.1
|
29 |
-
pedalboard
|
30 |
-
torchcrepe==0.0.23
|
31 |
-
versatile-audio-upscaler==0.0.2
|
32 |
-
edge-tts
|
33 |
-
|
34 |
-
# Data processing and calculation
|
35 |
-
numpy==1.23.5
|
36 |
-
scipy
|
37 |
-
pandas
|
38 |
-
matplotlib==3.7.2
|
39 |
-
julius>=0.2
|
40 |
-
diffq>=0.2
|
41 |
-
|
42 |
-
# Implementation and web framework
|
43 |
-
gradio==4.43.0
|
44 |
-
fastapi==0.112.0
|
45 |
-
starlette==0.37.2
|
46 |
-
requests
|
47 |
-
tenacity==5.1.5
|
48 |
-
pydantic==2.8.2
|
49 |
-
|
50 |
-
# Utility section
|
51 |
-
yt-dlp==2023.09.24
|
52 |
-
ffmpy==0.3.1
|
53 |
-
ffmpeg-python>=0.2.0
|
54 |
-
beautifulsoup4
|
55 |
-
wget
|
56 |
-
|
57 |
-
# Jupyter notebook section and Colab interface
|
58 |
-
ipywidgets
|
59 |
-
jupyter-client
|
60 |
-
ipython-genutils
|
61 |
-
|
62 |
-
# Tensorboard and ONNX
|
63 |
-
tensorboard
|
64 |
-
tensorboardX
|
65 |
-
onnx>=1.14
|
66 |
-
onnx2torch>=1.5
|
67 |
-
|
68 |
-
# Cryptography section
|
69 |
-
pycryptodome==3.9.6
|
70 |
-
|
71 |
-
# Additional dependencies
|
72 |
-
local-attention
|
73 |
-
numba==0.57.0
|
74 |
-
|
75 |
-
# Google Colab Tools
|
76 |
-
git+https://github.com/googlecolab/colabtools.git
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|