ves02 commited on
Commit
1b3a6db
ยท
verified ยท
1 Parent(s): e4c8ddd

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -0
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