codelion commited on
Commit
fbbaf37
·
verified ·
1 Parent(s): 5482ab4

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.24.0
2
+ torch>=2.0.0
3
+ transformers>=4.30.0
4
+ opencv-python>=4.7.0
5
+ pillow>=9.5.0
6
+ numpy>=1.24.0