KerasHub (KerasCV 후속, 통합됨) 는 Keras-native API 의 model zoo: ResNet, EfficientNet, ViT, YOLOv8, SAM, Stable Diffusion. backbone 받고 task head 붙이면 CV pipeline 80% 끝 — Keras 스타일 안 벗어나면서.
KerasCV — vision 전용 model + augmentation + utility 패키지. 2024 년에 KerasNLP 와 함께 *KerasHub* 로 통합. 새 코드는 keras_hub import 가 표준, keras_cv 는 backward-compat.
제공: 사전학습 backbone (ResNet, EfficientNet, ViT, MobileNet 등), task model (object detection 의 YOLOv8, segmentation 의 SAM), augmentation pipeline. backbone + task head 조립이면 vision pipeline 80% 끝.