Commit
·
c9ec638
1
Parent(s):
c59fb1d
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,15 +2,17 @@
|
|
| 2 |
tags:
|
| 3 |
- fastai
|
| 4 |
- resnet
|
|
|
|
| 5 |
- classification
|
|
|
|
| 6 |
license:
|
| 7 |
- cc0-1.0
|
| 8 |
---
|
| 9 |
|
| 10 |
-
# Pokemon
|
| 11 |
|
| 12 |
## Model Description
|
| 13 |
|
| 14 |
-
This is a resnet34 model fine
|
| 15 |
|
| 16 |
## Intended uses & limitation
|
|
|
|
| 2 |
tags:
|
| 3 |
- fastai
|
| 4 |
- resnet
|
| 5 |
+
- computer-vision
|
| 6 |
- classification
|
| 7 |
+
- binary-classification
|
| 8 |
license:
|
| 9 |
- cc0-1.0
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Resnet34 Pokemon Card Classifier
|
| 13 |
|
| 14 |
## Model Description
|
| 15 |
|
| 16 |
+
This is a resnet34 model fine-tuned with fastai to [classify real and fake Pokemon cards (dataset)](https://www.kaggle.com/datasets/ongshujian/real-and-fake-pokemon-cards).
|
| 17 |
|
| 18 |
## Intended uses & limitation
|