Product cataloging with local AI. Computer vision meets structured output for inventory automation.
autollecto automates product cataloging using computer vision and local AI. Point a camera at a product, and the system identifies it, generates a structured description, and adds it to your catalog. Runs locally with Ollama or connects to cloud vision APIs.
Manual product cataloging is slow, inconsistent, and doesn't scale. autollecto replaces human data entry with a vision pipeline: YOLO11 detects objects in frame, a vision LLM describes them, and structured output ensures every catalog entry follows the same schema. The entire system can run offline with Ollama.
Python with OpenAI SDK for unified LLM access (Ollama and cloud providers). YOLO11n for real-time object detection. Structured output with Pydantic validation. Designed for integration into larger inventory management systems.