-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
41 lines (35 loc) · 769 Bytes
/
requirements.txt
File metadata and controls
41 lines (35 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# VoxCPM Project Requirements
# Python 3.10+
# Core Deep Learning
torch>=2.5.0
torchaudio>=2.5.0
transformers>=4.36.2
# Speech and Audio Processing
funasr>=1.1.0
soundfile>=0.12.1
librosa>=0.10.0
scipy>=1.10.0
resampy>=0.4.2
# Web Interface
gradio>=4.0.0
spaces>=0.25.0
# Text Processing
wetext>=0.0.1
inflect>=7.0.0
# Model Management
huggingface-hub>=0.17.0
modelscope>=1.22.0
datasets>=3.0.0,<4.0.0
# Utilities
numpy>=1.24.0
pydantic>=2.0.0
tqdm>=4.65.0
simplejson>=3.18.0
sortedcontainers>=2.4.0
einops>=0.8.0
addict>=2.4.0
# Optional: For audio/video processing (requires system FFmpeg)
# Install FFmpeg separately:
# macOS: brew install ffmpeg
# Ubuntu: sudo apt-get install ffmpeg
# Windows: choco install ffmpeg or download from https://ffmpeg.org/