Sreeja123 commited on
Commit
41b10fe
1 Parent(s): b89907e
Files changed (1) hide show
  1. Pipfile +18 -0
Pipfile ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [[source]]
2
+ url = "https://pypi.org/simple"
3
+ verify_ssl = true
4
+ name = "pypi"
5
+
6
+ [packages]
7
+ protobuf = "~=3.19.0"
8
+ streamlit = "*"
9
+ tensorflow = "==2.9.1"
10
+ keras = "==2.9.0"
11
+ matplotlib = "*"
12
+ opencv-python = "*"
13
+ scikit-learn = "*"
14
+
15
+ [dev-packages]
16
+
17
+ [requires]
18
+ python_version = "3.10"