Upload folder using huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# Dog Image Classification
|
| 3 |
+
|
| 4 |
+
## Project Overview
|
| 5 |
+
This project performs image classification using the microsoft/resnet-50 model.
|
| 6 |
+
|
| 7 |
+
## Usage
|
| 8 |
+
|
| 9 |
+
1. ์ํ๋ ์ฌ์ง ํ์ผ ๋๋ ์ด๋ฏธ์ง URL์ ์ค๋นํฉ๋๋ค.
|
| 10 |
+
2. image = "URL" ์ ์ถ๊ฐํฉ๋๋ค.
|
| 11 |
+
3. ํ์ดํ๋ผ์ธ์ ์คํํฉ๋๋ค.
|
| 12 |
+
|
| 13 |
+
## Model
|
| 14 |
+
- microsoft/resnet-50
|