Computer Vision Image Classification & Object Detection
CNN-based vision: image classification (ResNet, EfficientNet, ViT with transfer learning), object detection (YOLO v8 or DETR for real-time, Faster R-CNN for high accuracy), instance segmentation, OCR + layout analysis (Tesseract + LayoutLM). Transfer learning from ImageNet-pretrained weights requires only 1,000-10,000 domain-specific labelled examples.

