Sourudra commited on
Commit
944d1e0
·
verified ·
1 Parent(s): 5370969

Update requirement.txt

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