mindwrapped
commited on
Commit
•
3382e7f
1
Parent(s):
70cc1a8
Upload README.md
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
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
|