SmartSort-CAM

SmartSort-CAM Documentation

Welcome to the official documentation site for SmartSort-CAM — an end-to-end intelligent computer vision system for classifying industrial parts with explainability.


Overview

SmartSort-CAM is a modular CV system built for industry-grade inspection workflows. It combines:


Repository Structure

Refer to the README for full details on each folder’s responsibility.


Key Features


Getting Started

  1. Clone the repository:
    git clone https://github.com/gbr-rl/SmartSort-CAM
    cd SmartSort-CAM
    
  2. Build the container:
    make build
    
  3. Run with GPU support:
    make run-gpu
    
  4. Send image to API:
    python app/main.py path/to/image.png
    

Model Performance

The ConvNeXt model was trained on high-quality synthetic images and achieved:


Contact

Built by Rohiith Gettala, MSc Robotics, RWTH Aachen University.
Passionate about computer vision, synthetic data, and real-time inference systems.