Sourudra commited on
Commit
9e9ef41
·
verified ·
1 Parent(s): 7526718

Update requirement.txt

Browse files
Files changed (1) hide show
  1. requirement.txt +6 -7
requirement.txt CHANGED
@@ -1,7 +1,6 @@
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
 
1
+ streamlit==1.25.0
2
+ torch
3
+ ultralytics
4
+ easyocr
5
+ pillow
6
+ numpy