neelimapreeti297 commited on
Commit
20e0ef0
·
verified ·
1 Parent(s): 17a0eed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -23,7 +23,9 @@ This model classifies animals among pandas, cats and dogs. It was trained using
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:
@@ -152,11 +154,9 @@ Now with the following the interface of the app is loaded.
152
  ```bash
153
  iface.launch()
154
  ```
155
- ---
156
 
157
- The app interface looks like this:
158
- https://huggingface.co/spaces/neelimapreeti297/panda_cat_dog_classification/blob/main/appImage.PNG
159
- ---
160
 
161
  ### Project Structure
162
  ```bash
 
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 an image of one of three classes of dog, cat and panda.Then as output, it is going to show the name of the animal to which it belongs. It first processes the data and resizes it. Then custom CNN model is developed. The loss function and optimizer are calculated.
27
+ After that, the custom model is trained and tested then the app is launched using gradio in Hugging Face.
28
+
29
 
30
  ### Data Preprocessing
31
  The image dataset is preprocessed with the following portion:
 
154
  ```bash
155
  iface.launch()
156
  ```
157
+ The app interface looks like this:
158
 
159
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65b2665fee3f66b2b0f7b765/06yvKIqV-iwmYYJRwsVF4.png)
 
 
160
 
161
  ### Project Structure
162
  ```bash