Initial commit
This commit is contained in:
30
geniusia2/requirements.txt
Normal file
30
geniusia2/requirements.txt
Normal file
@@ -0,0 +1,30 @@
|
||||
# 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)
|
||||
Reference in New Issue
Block a user