Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.25.0
|
2 |
+
torch # PyTorch is required for YOLO and EasyOCR
|
3 |
+
ultralytics # For YOLO model handling
|
4 |
+
opencv-python-headless # For image processing
|
5 |
+
easyocr # For optical character recognition
|
6 |
+
numpy # For numerical operations
|