alifalhasan commited on
Commit
4cfd0c9
β€’
1 Parent(s): f48e54a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Deep Learning 1
3
  emoji: πŸ“‰
4
  colorFrom: blue
5
  colorTo: purple
@@ -33,7 +33,7 @@ pipeline_tag: image-classification
33
  - **Model name:** Top 5 EPL Teams' Emblem Identifier
34
  - **Model description:** Identifies the emblem of the top 5 English Premier League (EPL) teams from images using a convolutional neural network (CNN).
35
  - **Authors:** Alif Al Hasan
36
- - **Repository link:** https://huggingface.co/spaces/alifalhasan/deep-learning-1/tree/main
37
  - **License:** MIT
38
  - **Contact information:** [email protected]
39
 
@@ -58,7 +58,7 @@ pipeline_tag: image-classification
58
  - Size: 224x224 pixels
59
  - Color space: RGB
60
  - **Output:** Predicted class probabilities for each of the 5 EPL teams.
61
- - **Inference API:** [https://huggingface.co/spaces/alifalhasan/deep-learning-1](https://huggingface.co/spaces/alifalhasan/deep-learning-1)
62
  - **Usage instructions:** Simply upload an image of any of the EPL's top 5 team's emblem to get a prediction.
63
 
64
  ## Ethics
@@ -169,10 +169,10 @@ The model utilizes a straightforward convolutional neural network (CNN) architec
169
  First, install dependencies
170
  ```bash
171
  # clone project
172
- git clone https://huggingface.co/spaces/alifalhasan/deep-learning-1
173
 
174
  # install project
175
- cd deep-learning-1
176
  pip install -r requirements.txt
177
  ```
178
 
@@ -195,4 +195,4 @@ Distributed under the MIT License. See `LICENSE` for more information.
195
  ### Contributor
196
  Alif Al Hasan - [@alifalhasan](https://huggingface.co/alifalhasan) - [email protected]
197
 
198
- Project Link: [https://huggingface.co/spaces/alifalhasan/deep-learning-1](https://huggingface.co/spaces/alifalhasan/deep-learning-1)
 
1
  ---
2
+ title: EPL Top 5 Emblem Classifier
3
  emoji: πŸ“‰
4
  colorFrom: blue
5
  colorTo: purple
 
33
  - **Model name:** Top 5 EPL Teams' Emblem Identifier
34
  - **Model description:** Identifies the emblem of the top 5 English Premier League (EPL) teams from images using a convolutional neural network (CNN).
35
  - **Authors:** Alif Al Hasan
36
+ - **Repository link:** https://huggingface.co/spaces/alifalhasan/epl-top5-emblem-classifier/tree/main
37
  - **License:** MIT
38
  - **Contact information:** [email protected]
39
 
 
58
  - Size: 224x224 pixels
59
  - Color space: RGB
60
  - **Output:** Predicted class probabilities for each of the 5 EPL teams.
61
+ - **Inference API:** [https://huggingface.co/spaces/alifalhasan/epl-top5-emblem-classifier](https://huggingface.co/spaces/alifalhasan/epl-top5-emblem-classifier)
62
  - **Usage instructions:** Simply upload an image of any of the EPL's top 5 team's emblem to get a prediction.
63
 
64
  ## Ethics
 
169
  First, install dependencies
170
  ```bash
171
  # clone project
172
+ git clone https://huggingface.co/spaces/alifalhasan/epl-top5-emblem-classifier
173
 
174
  # install project
175
+ cd epl-top5-emblem-classifier
176
  pip install -r requirements.txt
177
  ```
178
 
 
195
  ### Contributor
196
  Alif Al Hasan - [@alifalhasan](https://huggingface.co/alifalhasan) - [email protected]
197
 
198
+ Project Link: [https://huggingface.co/spaces/alifalhasan/epl-top5-emblem-classifier](https://huggingface.co/spaces/alifalhasan/epl-top5-emblem-classifier)