# PyTorch (CPU version - change to GPU if needed) --find-links https://download.pytorch.org/whl/torch_stable.html torch==2.0.0+cpu torchvision==0.15.0 # Core dependencies transformers==4.30.2 gradio==4.11.0 numpy>=1.21.0 Pillow>=9.0.0 # Data processing pandas>=1.3.0 scikit-learn>=1.0.0 # Visualization matplotlib>=3.4.0 # Utilities tqdm>=4.62.0 opencv-python>=4.5.0 # Optional: Weights & Biases (for experiment tracking) # wandb>=0.13.0 # Optional: For GPU support, replace torch+cpu with: # torch==2.0.0 # torchaudio==2.0.0 # torchvision==0.15.0