-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
53 lines (42 loc) · 805 Bytes
/
Copy pathrequirements.txt
File metadata and controls
53 lines (42 loc) · 805 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
52
# VISION — Universal Accessibility Operator
# Install: pip install -r requirements.txt
# Core server
fastapi>=0.115
uvicorn>=0.30
websockets>=12.0
# Audio & voice
sounddevice>=0.4.7
numpy>=1.26
scipy>=1.12
# Computer control
pyautogui>=0.9.54
pytesseract>=0.3.10
pygetwindow>=0.0.9
# AI providers
elevenlabs>=2.0.0
openai>=1.50.0
anthropic>=0.50.0
ollama>=0.3.0
huggingface_hub>=0.24.0
httpx>=0.27.0
mcp[cli]>=1.0.0
# Web / search
ddgs>=6.0
markdownify>=0.11.6
# Utilities
pillow>=10.0
pyperclip>=1.8.2
keyring>=25.0
keyboard>=0.13.5
psutil>=5.9.8
nvidia-ml-py>=12.560.30
plyer>=2.1.0
# Browser automation
playwright>=1.44.0
# Windows-specific
pywin32>=306
pyttsx3>=2.90
# Optional: local Whisper STT fallback
# faster-whisper>=1.0.0
# Optional: GPU-accelerated Whisper
# ctranslate2>=3.20.0