File size: 5,054 Bytes
a31f556
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# ── JARVIS OMEGA β€” COMPLETE CLOUD DEPENDENCIES ────────────────────────────────
# Merged: backend/requirements.txt + root/requirements.txt + all modules needs

# ── Core API ──────────────────────────────────────────────────────────────────
fastapi
uvicorn[standard]
websockets
python-multipart
pydantic>=2.0.0
starlette

# ── Database Layer ─────────────────────────────────────────────────────────────
pymongo
motor
certifi
chromadb
SQLAlchemy==2.0.23
apscheduler==3.10.4

# ── AI / LLM ──────────────────────────────────────────────────────────────────
google-generativeai>=0.5.0
google-genai
google-auth>=2.28.0
google-auth-oauthlib>=1.1.0
google-api-python-client>=2.118.0
openai>=1.0.0
anthropic>=0.25.0
huggingface_hub
transformers==4.36.2
torch>=2.1.0
torchaudio>=2.1.0
sentence-transformers
kokoro
librosa
scipy

# ── Voice Pipeline ────────────────────────────────────────────────────────────
TTS
faster-whisper
openwakeword
soundfile
sounddevice
pyaudio
edge-tts>=6.1.0
SpeechRecognition>=3.10.0
pygame>=2.5.0

# ── Security / Crypto ─────────────────────────────────────────────────────────
cryptography>=41.0.0
argon2-cffi

# ── System / Utils ────────────────────────────────────────────────────────────
requests>=2.31.0
psutil==5.9.6
zeroconf==0.127.0
setproctitle>=1.3.0
python-dateutil>=2.8.0
numpy>=1.24.0
Pillow>=10.0.0

# ── Background / Scheduling ───────────────────────────────────────────────────
slowapi

# ── Screen Intelligence ───────────────────────────────────────────────────────
easyocr>=1.7.0
mss>=9.0.0
pytesseract>=0.3.10
opencv-python-headless>=4.8.0

# ── AR + MediaPipe ────────────────────────────────────────────────────────────
mediapipe>=0.10.0

# ── Browser Automation ────────────────────────────────────────────────────────
selenium>=4.15.0
playwright>=1.40.0
playwright-stealth

# ── News / Finance / Weather ──────────────────────────────────────────────────
newsapi-python>=0.1.0
yfinance>=0.2.0
pyowm>=3.3.0

# ── Email / Comms ─────────────────────────────────────────────────────────────
python-telegram-bot>=20.0

# ── Visualization ─────────────────────────────────────────────────────────────
matplotlib>=3.8.0

# ── PDF ───────────────────────────────────────────────────────────────────────
PyPDF2>=3.0.0
pypdf>=3.17.0

# ── HTTP ──────────────────────────────────────────────────────────────────────
aiohttp>=3.9.0
quart>=0.21.0

# ── NLP Utilities ─────────────────────────────────────────────────────────────
langdetect>=1.0.9
vaderSentiment>=3.3.2

# ── Audio Analysis ────────────────────────────────────────────────────────────
pynvml>=11.5.0

# ── Monitoring ────────────────────────────────────────────────────────────────
zeroconf==0.127.0
qrcode[pil]
gradio_client