Upload 2 files
Browse files- model/stroke_classification_model.h5 +3 -0
- requirements.txt +6 -0
model/stroke_classification_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f68f6e0e5521317725c5385e66d1858d3ff2d6e147494ef30282232334356cf4
|
| 3 |
+
size 286389792
|
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
flask
|
| 2 |
+
tensorflow
|
| 3 |
+
numpy
|
| 4 |
+
pillow
|
| 5 |
+
opencv-python
|
| 6 |
+
werkzeug
|