Sanjayraju30 commited on
Commit
a0c38ba
·
verified ·
1 Parent(s): efb1638

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -4
requirements.txt CHANGED
@@ -1,10 +1,9 @@
1
-
2
  streamlit
3
- opencv-python-headless
4
  torch
5
  torchvision
6
- ultralytics
7
  numpy
8
  Pillow
9
- streamlit-webrtc
 
10
 
 
 
1
  streamlit
 
2
  torch
3
  torchvision
4
+ opencv-python
5
  numpy
6
  Pillow
7
+ matplotlib
8
+ scikit-learn
9