eskayML commited on
Commit
741a269
1 Parent(s): 8506643

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -22,6 +22,8 @@ st.markdown(
22
  This app uses transfer learning on the Xception model to predict images of cats and dogs.
23
  It achieved an accuracy of approx. 99 percent on the validation set.
24
 
 
 
25
  > ### Enter an image of either a cat or a dog for the model to predict.
26
  '''
27
  )
22
  This app uses transfer learning on the Xception model to predict images of cats and dogs.
23
  It achieved an accuracy of approx. 99 percent on the validation set.
24
 
25
+ *View on [Github](https://github.com/eskayML/cat-and-dogs-classification)*
26
+
27
  > ### Enter an image of either a cat or a dog for the model to predict.
28
  '''
29
  )