Korean Secondhand Market Classifier
Model Overview
AI model for automatic categorization of Korean secondhand market product images. 70.61% accuracy achieved with 7-model ensemble system.
Supported Categories
- κ°κ΅¬ (Furniture) - beds, sofas, desks, chairs
- μνμ©ν (Household items) - kitchenware, cleaning supplies, storage
- μ μκΈ°κΈ°_λμ (Electronics/Books) - smartphones, laptops, books, e-books
- μ·¨λ―Έ_κ²μ (Hobbies/Games) - game consoles, board games, sports equipment
- ν¨μ _λ·°ν° (Fashion/Beauty) - clothing, shoes, cosmetics, accessories
Performance
- Ensemble Accuracy: 70.61%
- Individual Models: 7 models (EfficientNet, ResNet50V2, DenseNet, etc.)
- Input Size: 224x224 RGB images
Usage
# Install dependencies
pip install fastapi uvicorn tensorflow pillow huggingface_hub
# Download and run
from huggingface_hub import snapshot_download
repo_path = snapshot_download("bihan3876/my_model")
# Run API server
import subprocess
subprocess.run(["python", f"{repo_path}/api_server.py"])
File Structure
models/
βββ ensemble/ # Ensemble models (349MB)
β βββ EfficientNetB0_best.keras
β βββ ResNet50V2_best.keras
β βββ ... (7 models)
βββ serving/ # Serving models
βββ model_optimized.tflite # 24MB
βββ TensorFlowLiteInferenceService.java
License
MIT License
- Downloads last month
- 0
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support
Model tree for bihan3876/my_model
Base model
facebook/deit-base-distilled-patch16-224