Upload 3 files
Browse files- Procfile +1 -0
- requirements.txt +8 -0
- runtime.txt +1 -0
Procfile
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
web: python -m flask run --host=0.0.0.0 --port=5000
|
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Flask==2.1.1
|
2 |
+
tensorflow==2.9.1
|
3 |
+
numpy==1.23.1
|
4 |
+
Pillow==9.2.0
|
5 |
+
scipy==1.8.1
|
6 |
+
h5py==3.7.0
|
7 |
+
matplotlib==3.5.2
|
8 |
+
opencv-python-headless==4.6.0.66
|
runtime.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
python-3.9.12
|