Update README.md
Browse files
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 |
+

|
32 |
+
|
33 |
```bash
|
34 |
transform = transforms.Compose([
|
35 |
transforms.Resize((224,224)),
|