Update requirement.txt
Browse files- requirement.txt +7 -14
requirement.txt
CHANGED
@@ -1,14 +1,7 @@
|
|
1 |
-
streamlit
|
2 |
-
torch
|
3 |
-
ultralytics
|
4 |
-
opencv-python
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
torch
|
9 |
-
torchvision
|
10 |
-
ultralytics
|
11 |
-
opencv-python
|
12 |
-
numpy
|
13 |
-
pandas
|
14 |
-
matplotlib
|
|
|
1 |
+
streamlit==1.25.0 # For the Streamlit app
|
2 |
+
torch # For YOLO model and PyTorch functionality
|
3 |
+
ultralytics # For YOLO model handling
|
4 |
+
opencv-python # Full OpenCV library with GUI features
|
5 |
+
opencv-python-headless # Headless version for server/cloud environments
|
6 |
+
easyocr # For character recognition
|
7 |
+
numpy # For numerical operations
|
|
|
|
|
|
|
|
|
|
|
|
|
|