Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,10 @@ tags:
|
|
| 4 |
- image-classification
|
| 5 |
---
|
| 6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
Using with pipeline
|
| 8 |
```py
|
| 9 |
from PIL import Image
|
|
|
|
| 4 |
- image-classification
|
| 5 |
---
|
| 6 |
|
| 7 |
+
This model is trained to classify app introduction images into three categories: `Surrounded Screenshots`, `Screenshots`, and `Irrelevant`.
|
| 8 |
+
|
| 9 |
+
Code and dataset can be found at https://github.com/Jl-wei/guing
|
| 10 |
+
|
| 11 |
Using with pipeline
|
| 12 |
```py
|
| 13 |
from PIL import Image
|