Spaces:
Build error
Build error
Jeysshon
commited on
Commit
·
e4207d0
1
Parent(s):
4422d9e
Upload 10 files
Browse files- 1normal.jpeg +0 -0
- README.md +18 -5
- gitattributes.txt +2 -0
- image1_pneumonia_bacteria.jpeg +0 -0
- image1_pneumonia_virus.jpeg +0 -0
- image2_pneumonia_bacteria.jpeg +0 -0
- image3_normal.jpeg +0 -0
- image4_normal.jpeg +0 -0
- modelo_isatron_jeysshonl.h5 +3 -0
- requirements.txt +4 -0
1normal.jpeg
ADDED
|
README.md
CHANGED
|
@@ -1,12 +1,25 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 3.10.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
-
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: IsaTron Deteccion Neumonia Pediatrica.
|
| 3 |
+
emoji: 👨🏾⚕️
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
|
|
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
| 9 |
---
|
| 10 |
+
# Configuration
|
| 11 |
+
`title`: _string_
|
| 12 |
+
Display title for the Space
|
| 13 |
+
`emoji`: _string_
|
| 14 |
+
Space emoji (emoji-only character allowed)
|
| 15 |
+
`colorFrom`: _string_
|
| 16 |
+
Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
|
| 17 |
+
`colorTo`: _string_
|
| 18 |
+
Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
|
| 19 |
+
`sdk`: _string_
|
| 20 |
+
Can be either `gradio` or `streamlit`
|
| 21 |
+
`app_file`: _string_
|
| 22 |
+
Path to your main application file (which contains either `gradio` or `streamlit` Python code).
|
| 23 |
+
Path is relative to the root of the repository.
|
| 24 |
+
`pinned`: _boolean_
|
| 25 |
+
Whether the Space stays on top of your list.
|
gitattributes.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
modelo_isatron_jeysshonl.h5 filter=lfs diff=lfs merge=lfs -text
|
image1_pneumonia_bacteria.jpeg
ADDED
|
image1_pneumonia_virus.jpeg
ADDED
|
image2_pneumonia_bacteria.jpeg
ADDED
|
image3_normal.jpeg
ADDED
|
image4_normal.jpeg
ADDED
|
modelo_isatron_jeysshonl.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48eb1a78829ddccc7bef7a1cfd01271200862b3aeb0fa6dbec310720274f54c4
|
| 3 |
+
size 79865784
|
requirements.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
tensorflow>=2.4.1
|
| 2 |
+
Keras>=2.4.3
|
| 3 |
+
gradio>=1.5.3
|
| 4 |
+
numpy>=1.19.5
|