rtik007 commited on
Commit
6cd019c
·
verified ·
1 Parent(s): c2bec91

Update dogbreaddetection.py

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