TheKnight115 commited on
Commit
e5557b7
·
verified ·
1 Parent(s): 2f434d9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -4
requirements.txt CHANGED
@@ -1,4 +1,7 @@
1
- streamlit
2
- opencv-python
3
- numpy
4
- ultralytics
 
 
 
 
1
+ torch>=1.12.0 # Ensure you're using a compatible version of PyTorch
2
+ ultralytics # For YOLOv8
3
+ transformers # For Hugging Face model loading (if needed)
4
+ streamlit # For the web application interface
5
+ opencv-python # For image processing (if used)
6
+ numpy # For numerical operations (often used with image data)
7
+ Pillow # For image handling