Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,8 @@ from tensorflow.keras.applications.resnet50 import preprocess_input
|
|
8 |
from tensorflow.keras.preprocessing.image import img_to_array
|
9 |
|
10 |
st.title('Jacaranda Identification')
|
11 |
-
st.markdown('
|
12 |
-
|
13 |
|
14 |
uploaded_file = st.file_uploader("Upload image files", type="jpg", accept_multiple_files=True)
|
15 |
|
|
|
8 |
from tensorflow.keras.preprocessing.image import img_to_array
|
9 |
|
10 |
st.title('Jacaranda Identification')
|
11 |
+
st.markdown('This is a Deep Learning application to identify if a satellite image clip contains Jacaranda trees. The predicting result will be "Jacaranda", or "Others".
|
12 |
+
You can click "Brows files" multiple times until adding all images before generating prediction.')
|
13 |
|
14 |
uploaded_file = st.file_uploader("Upload image files", type="jpg", accept_multiple_files=True)
|
15 |
|