Sourudra commited on
Commit
1dc29f7
·
verified ·
1 Parent(s): 90fed93

Create requirements.txt

Browse files
Files changed (1) hide show
  1. 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