TriPix Viewer

← Back to photos

About TriPix Viewer

TriPix Viewer is the public gallery of the TriPix photo platform. It shows photos that contributors have marked as public, organised by category and place.

The archive view is for signed-in users and includes private photos. The viewer is open to everyone and only displays public content.

Features

Contact

For legal information and operator details, see Impressum.

Technical

TriPix is a small custom photo platform: a mobile camera app, a local manager on the contributor’s PC, and this public viewer on tripix.club. Photos are stored in a MySQL database; originals and thumbnails live on the webspace under each user’s hash folder.

Pipeline

From capture to the gallery, each photo passes through these stages:

  1. Capture & upload — The camera app sends the image with GPS coordinates (from EXIF or the phone browser). Uploads can be marked private or public.
  2. Download for processing — The local manager fetches low-resolution copies from tripix.club for offline work.
  3. Hashes & duplicates — Perceptual hashing (dHash) and sharpness scores are computed; exact duplicates are removed automatically.
  4. Cleanup — Similar shots are clustered; an AI pass rejects blurry, accidental, or empty frames.
  5. Location — GPS coordinates are reverse-geocoded to a place name (city, region, country) for filtering in the archive and viewer.
  6. Classification — An AI assigns one or more categories per photo. The contributor can add custom category names and re-run classification.
  7. Review — A drag-and-drop board lets you move photos between categories or assign several categories to one image.
  8. Publish — Locked classifications go live in the web archive; public photos appear here in TriPix Viewer.

AI & external services

No cloud AI API is called during normal processing: Qwen runs on the local machine through Ollama. Only geocoding uses an external web service (OpenStreetMap).