File size: 482 Bytes
39ab047
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
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