dilkushsingh commited on
Commit
57c27bc
1 Parent(s): 867c564

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -6
requirements.txt CHANGED
@@ -1,6 +1,11 @@
1
- streamlit
2
- tensorflow
3
- numpy
4
- Pillow
5
- keras
6
- opencv-python
 
 
 
 
 
 
1
+ numpy>=1.24.1
2
+ opencv-python>=4.8.0
3
+ tensorflow>=2.11.0
4
+ pandas>=1.5.2
5
+ matplotlib>=3.6.2
6
+ imagehdr>=0.6.0
7
+ pillow>=9.4.0
8
+ seaborn>=0.12.1
9
+ scikit-learn>=1.2.0
10
+ keras>=2.11.0
11
+ transformers