CoreViz

CLI Overview

An AI-powered CLI for working with photos from the command line

CoreViz CLI

The CoreViz CLI is an AI-powered command-line tool that lets you work with photos directly from your terminal. Search, edit, tag, and describe thousands of photos using natural language commands.

Quick Start

Install the CLI globally:

npm install -g @coreviz/cli

Or run commands directly with npx:

npx @coreviz/cli [command]

What Can You Do?

AI Image Description

Generate detailed descriptions and captions for your images using AI. Perfect for creating alt text, metadata, or understanding image content.

npx @coreviz/cli describe path/to/image.jpg

AI Image Editing

Edit images with natural language prompts. Transform styles, apply effects, or modify images using text descriptions.

npx @coreviz/cli edit path/to/image.jpg "make it cyberpunk style"

Semantic Search

Search through local images using natural language queries. The CLI automatically indexes your images and finds matches based on content, not just filenames.

npx @coreviz/cli search "a person wearing a red t-shirt"

Tagging & Classification

Automatically generate tags or classify images using AI. Support for custom classification choices and local offline processing.

npx @coreviz/cli tag path/to/image.jpg "objects in the image"

Key Features

  • Offline Capable: Many features work locally without internet connection
  • Scripting Support: Use --quiet flag for automation and scripting
  • Cloud Integration: Optional cloud API for enhanced features
  • Fast Indexing: Efficient local database for quick searches
  • Multiple Modes: Choose between local processing or cloud API

Next Steps

Resources