cybernatedArt commited on
Commit
d8d4739
1 Parent(s): 0d3add0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def classify_image(photos):
16
 
17
  title="SKIN DISEASE PREDICTION"
18
 
19
- description = "An automated system is proposed for the diagnosis of #9 common skin diseases by using data from clinical images and patient information using deep learning pre-trained EfficientNetB7 model. we will implement a simple image classification model using Gradio and Tensorflow. The image classification model will classify images of various skin disease problems into labeled classes."
20
 
21
 
22
  article = "We used the generated Gradio UI to input an image for the trained convolutional neural network to make image classifications. The convolutional neural network was able to accurately classify the input image. Sometimes you would like to resize the image from the gradio UI for better performance"
 
16
 
17
  title="SKIN DISEASE PREDICTION"
18
 
19
+ description = "An automated system is proposed for the diagnosis of #9 common skin diseases by using data from clinical images and patient information using deep learning pre-trained EfficientNetB7 model with 84% accuracy. we will implement a simple image classification model using Gradio and Tensorflow. The image classification model will classify images of various skin disease problems into labeled classes."
20
 
21
 
22
  article = "We used the generated Gradio UI to input an image for the trained convolutional neural network to make image classifications. The convolutional neural network was able to accurately classify the input image. Sometimes you would like to resize the image from the gradio UI for better performance"