31 lines
542 B
Plaintext
31 lines
542 B
Plaintext
# Deep Learning & Vision
|
|
torch>=2.0.0
|
|
torchvision>=0.15.0
|
|
transformers>=4.30.0
|
|
open-clip-torch>=2.20.0
|
|
|
|
# Vector Search (CRITIQUE pour recherche de similarité)
|
|
faiss-cpu>=1.7.4
|
|
|
|
# GUI
|
|
PyQt5>=5.15.9
|
|
PyQt5-Qt5>=5.15.2
|
|
|
|
# LLM Integration (Ollama pour Gemma3)
|
|
ollama>=0.1.0
|
|
|
|
# Computer Vision & Detection
|
|
opencv-python-headless>=4.8.0
|
|
Pillow>=10.0.0
|
|
|
|
# Input Control (pour capture et rejeu)
|
|
pyautogui>=0.9.54
|
|
pydirectinput>=1.0.4
|
|
pynput>=1.7.6
|
|
|
|
# Utilities
|
|
numpy>=1.24.0
|
|
scipy>=1.11.0
|
|
|
|
# Note: cryptography retiré (pas de chiffrement pour MVP)
|