Documentation & Use Cases

Learn how to harness the full power of offline AI to organize your digital life.

Use Case: Wedding & Event Photographers

Rapid Culling & Client Delivery

Event photographers often return from a shoot with thousands of RAWs and JPEGs. Manually inspecting each photo for closed eyes or slight focus misses takes hours.

Use Case: Vacationers & Travelers

Automated Event Albums & Geocoding

When transferring years of scattered vacation photos from your phone, they often land in a single messy "Camera Roll" folder.

Use Case: Digital Hoarders

Duplicate Eradication & Space Reclamation

Over years of backups, it's common to accidentally copy the same folder multiple times, leading to gigabytes of wasted SSD space.

Feature Deep Dive

1. The Two-Speed Cache Engine

Closing the app or clicking "Re-Scan" is instantaneous. The app utilizes an in-memory SQLite database that syncs to disk seamlessly. Re-scanning a folder of 10,000 photos takes milliseconds because it skips AI analysis for files that haven't changed.

2. Real-Time Quality Thresholds

Adjusting the UI thresholds (e.g., Minimum Focus Score = 70%) filters the massive grid instantly. This is achieved via custom WinUI 3 UI Virtualization, meaning RAM usage stays flat even when scrolling through 50,000 items.

3. 100% Local Privacy

No photos are ever uploaded to a cloud server. All Neural Network inference (Blur detection, Scene classification) occurs inside the desktop client via local `.onnx` models.