Jeysshon commited on
Commit
cc752f1
β€’
1 Parent(s): da9ab10

Upload 12 files

Browse files
1normal.jpeg ADDED
README.md CHANGED
@@ -1,12 +1,25 @@
1
  ---
2
- title: IsaTronDeteccion
3
- emoji: 🐒
4
  colorFrom: indigo
5
- colorTo: gray
6
  sdk: gradio
7
- sdk_version: 3.10.0
8
  app_file: app.py
9
  pinned: false
10
  ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ pneumonia_detection_cnn_model.h5 filter=lfs diff=lfs merge=lfs -text
image1_pneumonia_bacteria.jpeg ADDED
image1_pneumonia_virus.jpeg ADDED
image2_normal.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
neumo1.jpeg ADDED
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