rtik007 commited on
Commit
2060a55
·
verified ·
1 Parent(s): 26ab202

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  '''
2
  The code is designed to identify dog breeds from uploaded images by leveraging a pretrained image classification model,
3
- such as VGG16 or ResNet, fine-tuned specifically for dog breed classification. This is achieved by using a Convolutional
4
  Neural Network (CNN) within PyTorch framework. Additionally, Gradio is used to build a user-friendly web-based
5
  interface for easy image uploads and breed predictions.
6
  '''
 
1
  '''
2
  The code is designed to identify dog breeds from uploaded images by leveraging a pretrained image classification model,
3
+ such as VGG16, fine-tuned specifically for dog breed classification. This is achieved by using a Convolutional
4
  Neural Network (CNN) within PyTorch framework. Additionally, Gradio is used to build a user-friendly web-based
5
  interface for easy image uploads and breed predictions.
6
  '''