-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathrequirements.txt
More file actions
45 lines (40 loc) · 833 Bytes
/
requirements.txt
File metadata and controls
45 lines (40 loc) · 833 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
42
43
44
45
# Core ML/AI Dependencies
nemo_toolkit[asr]==2.2.1
torch==2.6.0
onnx==1.17.0
transformers==4.48.3
pytorch-lightning==2.5.1.post0
cuda-python>=12.3
# Audio Processing
PyAudio==0.2.12
webrtcvad-wheels==2.0.14
soundfile==0.13.1
pydub==0.25.1
sox==1.5.0
resampy==0.4.3
# Note: libsora package removed - not available on PyPI
# Screen/GUI Interaction
PyAutoGUI==0.9.54
pynput==1.7.7
pytesseract==0.3.13
pillow==11.1.0
python3-Xlib==0.15
# CLI and Output
prompt_toolkit==3.0.51
# espeak and xclip are system packages, not pip packages
# Core dependencies
numpy<2.0
sentencepiece==0.2.0
protobuf==3.20.3
accelerate==1.3.0
datasets==3.2.0
safetensors==0.5.2
sounddevice==0.5.1
evdev==1.9.2
pycairo==1.28.0
texterrors==0.5.1
kaldi-python-io==1.2.2
wget==3.2
# Additional dependencies that might be needed
requests>=2.28.0
aiohttp>=3.8.0