mirror of
https://github.com/Ladebeze66/llm_lab_perso.git
synced 2025-12-13 10:46:50 +01:00
16 lines
571 B
Plaintext
16 lines
571 B
Plaintext
requests>=2.28.0
|
|
psutil>=5.9.0
|
|
# Pour le serveur API
|
|
flask>=2.0.0
|
|
flask-cors>=3.0.10
|
|
# Pour le moniteur système et l'interface graphique
|
|
# Note: tkinter doit être installé au niveau du système
|
|
# - Linux: sudo apt install python3-tk
|
|
# - Windows: installer Python avec l'option tcl/tk cochée
|
|
|
|
# Dépendances pour Windows
|
|
# wmi>=1.5.1 # Pour accéder aux informations système sous Windows
|
|
# pywin32>=305 # Pour les fonctionnalités avancées Windows
|
|
|
|
# Dépendances optionnelles pour l'affichage GPU
|
|
# nvidia-ml-py>=11.495.46 # Pour NVIDIA GPU monitoring via NVML |