hv_model / requirements.txt
keffy's picture
Update requirements.txt
f3f288d verified
raw
history blame contribute delete
483 Bytes
torch # Ensure compatibility with your GPU and cu118
torchvision # Ensure compatibility with the specified torch version
ultralytics # For YOLOv8 models
transformers # For Hugging Face model interfacing
huggingface_hub # For Hugging Face model uploading and management
pandas # For data manipulation
numpy # For numerical operations
opencv-python-headless # For YOLOv8 image processing
scipy # For scientific computations
requests # For handling HTTP requests
gradio
Pillow