alifalhasan
commited on
Commit
β’
4cfd0c9
1
Parent(s):
f48e54a
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
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/
|
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/
|
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/
|
173 |
|
174 |
# install project
|
175 |
-
cd
|
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/
|
|
|
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)
|