jarvis-cloud / requirements.txt
Jarvis2345's picture
Squash history β€” remove all prior commits (secret hygiene, S4)
a31f556
Raw
History Blame Contribute Delete
5.05 kB
# ── 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