alifalhasan commited on
Commit
56566bf
1 Parent(s): 53b38a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -32
README.md CHANGED
@@ -24,38 +24,6 @@ library_name: transformers
24
  - **License:** MIT
25
  - **Contact information:** [email protected]
26
 
27
- ## Performance
28
-
29
- - **Metrics:** Accuracy (100%)
30
- - **Dataset:** Approximately 5,000 images of EPL team emblems, balanced across classes. Sources and preprocessing steps described in detail further below.
31
-
32
- ## Data
33
-
34
- - **Training data:**
35
- - Size: 5,000 images
36
- - Class distribution: Balanced (1,000 images per class)
37
- - Sources: [English Premier League Logo Detection](https://www.kaggle.com/datasets/alexteboul/english-premier-league-logo-detection-20k-images)
38
- - Preprocessing: Resizing to 224x224 pixels, normalization
39
- - **Potential biases:** Currently unknown biases in the dataset.
40
-
41
- ## Inference
42
-
43
- - **Input:**
44
- - Format: JPEG or PNG images
45
- - Size: 224x224 pixels
46
- - Color space: RGB
47
- - **Output:** Predicted class probabilities for each of the 5 EPL teams.
48
- - **Inference API:** [https://huggingface.co/spaces/alifalhasan/epl-top5-emblem-classifier](https://huggingface.co/spaces/alifalhasan/epl-top5-emblem-classifier)
49
- - **Usage instructions:** Simply upload an image of any of the EPL's top 5 team's emblem to get a prediction.
50
-
51
- ## Ethics
52
-
53
- - **Potential biases:** The model may inherit biases from the training data, such as over- or under-representation of certain team emblems.
54
- - **Mitigation strategies:** Further exploration of dataset biases and potential augmentation techniques to address them.
55
- - **Ethical considerations:**
56
- - Awareness of potential biases and limitations in the model's predictions.
57
- - Responsible use of the model, avoiding harmful generalizations or discrimination.
58
- - Respect for the rights and privacy of individuals and organizations associated with the EPL teams.
59
 
60
  ---
61
 
 
24
  - **License:** MIT
25
  - **Contact information:** [email protected]
26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
 
28
  ---
29