Image Classification
Transformers
TensorBoard
Safetensors
PyTorch
vit
huggingpics
Eval Results (legacy)
Instructions to use Kang-Seong-Jun/Korean_Real_Estate_Classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kang-Seong-Jun/Korean_Real_Estate_Classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Kang-Seong-Jun/Korean_Real_Estate_Classifier") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("Kang-Seong-Jun/Korean_Real_Estate_Classifier") model = AutoModelForImageClassification.from_pretrained("Kang-Seong-Jun/Korean_Real_Estate_Classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,9 +18,7 @@ model-index:
|
|
| 18 |
value: 0.6831682920455933
|
| 19 |
---
|
| 20 |
|
| 21 |
-
#
|
| 22 |
-
|
| 23 |
-
# 한국형 부동산 매물 분류 모델
|
| 24 |
|
| 25 |
안녕하세요. 지피터스 11기 강성준입니다.
|
| 26 |
|
|
@@ -30,4 +28,43 @@ HuggingPics를 이용해 학습한 부동산 자동 분류 모델입니다.
|
|
| 30 |
|
| 31 |
부동산 내부 구조(거실, 주방, 침실 등등)
|
| 32 |
|
| 33 |
-
을 자동으로 분류해줍니다.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
value: 0.6831682920455933
|
| 19 |
---
|
| 20 |
|
| 21 |
+
# 지피터스 11기 부동산 분류 모델
|
|
|
|
|
|
|
| 22 |
|
| 23 |
안녕하세요. 지피터스 11기 강성준입니다.
|
| 24 |
|
|
|
|
| 28 |
|
| 29 |
부동산 내부 구조(거실, 주방, 침실 등등)
|
| 30 |
|
| 31 |
+
을 자동으로 분류해줍니다.
|
| 32 |
+
|
| 33 |
+
## 예시 이미지
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
#### 아파트
|
| 37 |
+
|
| 38 |
+

|
| 39 |
+
|
| 40 |
+
#### 단독주택
|
| 41 |
+
|
| 42 |
+

|
| 43 |
+
|
| 44 |
+
#### 거실
|
| 45 |
+
|
| 46 |
+

|
| 47 |
+
|
| 48 |
+
#### 침실
|
| 49 |
+
|
| 50 |
+

|
| 51 |
+
|
| 52 |
+
#### 주방
|
| 53 |
+
|
| 54 |
+

|
| 55 |
+
|
| 56 |
+
#### 옷방
|
| 57 |
+
|
| 58 |
+

|
| 59 |
+
|
| 60 |
+
#### 화장실
|
| 61 |
+
|
| 62 |
+

|
| 63 |
+
|
| 64 |
+
#### 서재
|
| 65 |
+
|
| 66 |
+

|
| 67 |
+
|
| 68 |
+
#### 공부방
|
| 69 |
+
|
| 70 |
+

|