- Frontend v4 accessible sur réseau local (192.168.1.40) - Ports ouverts: 3002 (frontend), 5001 (backend), 5004 (dashboard) - Ollama GPU fonctionnel - Self-healing interactif - Dashboard confiance Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
41 lines
571 B
Plaintext
41 lines
571 B
Plaintext
# Core dependencies
|
|
numpy>=1.24.0
|
|
torch>=2.0.0
|
|
torchvision>=0.15.0
|
|
transformers>=4.30.0
|
|
open_clip_torch>=2.20.0
|
|
faiss-cpu>=1.7.4
|
|
Pillow>=10.0.0
|
|
|
|
# GUI
|
|
PyQt5>=5.15.0
|
|
|
|
# Utilities
|
|
requests>=2.31.0
|
|
scikit-learn>=1.3.0
|
|
|
|
# Optional (for full functionality)
|
|
pyautogui>=0.9.54
|
|
opencv-python>=4.8.0
|
|
|
|
# Screen capture
|
|
mss>=9.0.0
|
|
pygetwindow>=0.0.9
|
|
|
|
# Performance monitoring
|
|
psutil>=5.9.0
|
|
prometheus-client>=0.19.0
|
|
|
|
# Web framework
|
|
Flask>=3.0.0
|
|
Flask-SocketIO>=5.3.0
|
|
|
|
# Web client
|
|
aiohttp>=3.8.0
|
|
|
|
# Testing
|
|
pytest>=7.0.0
|
|
pytest-cov>=4.0.0
|
|
pytest-asyncio>=0.21.0
|
|
hypothesis>=6.92.0
|