neelimapreeti297 commited on
Commit
17a0eed
·
verified ·
1 Parent(s): 09f3453

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -22,9 +22,14 @@ This model classifies animals among pandas, cats and dogs. It was trained using
22
  - **License:** MIT
23
  - **Contact:** [email protected]
24
 
 
 
 
25
  ### Data Preprocessing
26
  The image dataset is preprocessed with the following portion:
27
 
 
 
28
  ```bash
29
  transform = transforms.Compose([
30
  transforms.Resize((224,224)),
 
22
  - **License:** MIT
23
  - **Contact:** [email protected]
24
 
25
+ ### Task Description
26
+ This panda_cat_dog_classification app classifies between panda, cat or dog. So the input field is going to take input
27
+
28
  ### Data Preprocessing
29
  The image dataset is preprocessed with the following portion:
30
 
31
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65b2665fee3f66b2b0f7b765/NtXmt1dgbggCWIfEe1mQ3.png)
32
+
33
  ```bash
34
  transform = transforms.Compose([
35
  transforms.Resize((224,224)),