-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
52 lines (40 loc) · 824 Bytes
/
requirements.txt
File metadata and controls
52 lines (40 loc) · 824 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
46
47
48
49
50
51
# ctrl-arm emg+imu gesture recognition
# hardware interface
pyserial>=3.5
numpy>=1.20.0
pandas>=1.5.0
PyYAML>=6.0
pyautogui>=0.9.54
# ml pipeline
torch>=2.0.0
torchvision>=0.15.0
torchaudio>=2.0.0
scikit-learn>=1.2.0
scipy>=1.9.0
# voice recognition
SpeechRecognition>=3.10.0
pyaudio>=0.2.14
pocketsphinx>=5.0.0
# visualization
matplotlib>=3.5.0
seaborn>=0.11.0
# signal processing
pywavelets>=1.3.0
librosa>=0.9.0
# model deployment
onnx>=1.12.0
onnxruntime>=1.12.0
# adk
google-adk>=1.15.1
# voice console runner deps
openai-whisper>=2024.04.12
sounddevice>=0.4.6
python-dotenv>=1.0.1
google-generativeai>=0.8.0
# macOS
pyobjc>=10.2 ; sys_platform == "darwin"
# Windows
pywin32>=306 ; platform_system == "Windows"
psutil>=5.9.0 ; platform_system == "Windows"
# Linux
psutil>=5.9.0 ; platform_system == "Linux"