Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,26 @@ metrics:
|
|
| 7 |
base_model:
|
| 8 |
- microsoft/swin-tiny-patch4-window7-224
|
| 9 |
pipeline_tag: image-classification
|
| 10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
base_model:
|
| 8 |
- microsoft/swin-tiny-patch4-window7-224
|
| 9 |
pipeline_tag: image-classification
|
| 10 |
+
---
|
| 11 |
+
# Model Card for Model ID
|
| 12 |
+
|
| 13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 14 |
+
|
| 15 |
+
This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
|
| 16 |
+
This model is a proof of concept for 2€ coin classification where there is only a single image for each class, which makes this model to be quite unreliable.
|
| 17 |
+
|
| 18 |
+
## Uses
|
| 19 |
+
|
| 20 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 21 |
+
This was just a proof of concept model, used for 2€ coins classifications and for the Computer Vision Course.
|
| 22 |
+
There is a problem with this PoC as I only have a single image for each coin. Maybe in the future I will scrape more images of the coins in order
|
| 23 |
+
to create a bigger, more diverse dataset. Unfortunately data augmentation works only to some degree so increasing the dataset size is something I hope to eventually get to do.
|
| 24 |
+
|
| 25 |
+
### Direct Use
|
| 26 |
+
|
| 27 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 28 |
+
"python inference.py"
|
| 29 |
+
Model loaded and running on cuda
|
| 30 |
+
Enter the path to the coin image: "test.jpg"
|
| 31 |
+
|
| 32 |
+
[More Information Needed]
|