alifalhasan
commited on
Commit
•
a7e89e8
1
Parent(s):
04f8a1f
Added Inference Endpoint
Browse filesAdded the inference endpoint to directly use the model from the model card.
README.md
CHANGED
@@ -29,7 +29,7 @@ tags:
|
|
29 |
- **Model name:** Top 5 EPL Teams' Emblem Identifier
|
30 |
- **Model description:** Identifies the emblem of the top 5 English Premier League (EPL) teams from images using a convolutional neural network (CNN).
|
31 |
- **Authors:** Alif Al Hasan
|
32 |
-
- **Repository link:** https://huggingface.co/spaces/alifalhasan/deep-learning-1
|
33 |
- **License:** MIT
|
34 |
- **Contact information:** [email protected]
|
35 |
|
@@ -54,7 +54,8 @@ tags:
|
|
54 |
- Size: 224x224 pixels
|
55 |
- Color space: RGB
|
56 |
- **Output:** Predicted class probabilities for each of the 5 EPL teams.
|
57 |
-
- **
|
|
|
58 |
|
59 |
## Ethics
|
60 |
|
|
|
29 |
- **Model name:** Top 5 EPL Teams' Emblem Identifier
|
30 |
- **Model description:** Identifies the emblem of the top 5 English Premier League (EPL) teams from images using a convolutional neural network (CNN).
|
31 |
- **Authors:** Alif Al Hasan
|
32 |
+
- **Repository link:** https://huggingface.co/spaces/alifalhasan/deep-learning-1/tree/main
|
33 |
- **License:** MIT
|
34 |
- **Contact information:** [email protected]
|
35 |
|
|
|
54 |
- Size: 224x224 pixels
|
55 |
- Color space: RGB
|
56 |
- **Output:** Predicted class probabilities for each of the 5 EPL teams.
|
57 |
+
- **Inference Endpoint:** Try the model live and interact with it directly here: [https://huggingface.co/spaces/alifalhasan/deep-learning-1](https://huggingface.co/spaces/alifalhasan/deep-learning-1)
|
58 |
+
- **Usage instructions:** Simply upload an image of any of the EPL's top 5 team's emblem to get a prediction.
|
59 |
|
60 |
## Ethics
|
61 |
|