Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Picasa Rs

БесплатноНе проверен

Local photo management with semantic search and face recognition

GitHubEmbed

Описание

Local photo management with semantic search and face recognition

README

A personal project to help sort through all my photos by building a photo management tool with AI features while keeping everything local.

Key Features

  • 📁 Scanning: recursive, EXIF extraction, HEIF support
  • 🔍 Search: semantic search with CLIP embeddings, geographic/temporal filtering and person-based search.
  • 👤 Face recognition: face detection, clustering, and person identification with manual review workflows
  • 🛠️ Multiple Interfaces: CLI, GUI, and MCP server

Interfaces

🖥️ GUI

Tauri-based desktop application with React/TypeScript frontend

gui screenshot

⌨️ CLI

Built with clap-rs for quick testing and running batch operations

# Scan and index photos
cargo make cli scan /path/to/photos --with-exif --with-hash

# Generate embeddings for semantic search
cargo make cli embed

# Search photos with natural language
cargo make cli search --text "sunset over mountains" --country "Spain"

# Face detection and recognition
cargo make cli face detect
cargo make cli face recognize --similarity-threshold 0.7 --dry-run

🔗 MCP Server Integration

Integrate with AI assistants like Claude Desktop via Model Context Protocol:

Usage with Claude Desktop:

{
  "mcpServers": {
    "Picasa": {
      "command": "<picasa-rs>/target/release/picasa-mcp",
      "env": {
        "PICASA__CLIP_MODEL__DIR": "<picasa-rs>"
      }
    }
  }
}

Getting Started

Prerequisites

System Dependencies:

  • libheif (for HEIC image support)
  • libpq (PostgreSQL client library)

AI Models:

Installation

  1. Set up database:
cargo make --profile development db-build
cargo make --profile development db-start
cargo make --profile development db-migrations
  1. Set up face detection server:
(cd python/face_detection && uv sync)
cargo make face-ws

Workflow

  1. Scan Photos: cargo make cli scan /path/to/photos --with-exif --with-hash
  2. Generate Embeddings: cargo make cli embed
  3. Detect Faces: cargo make cli face detect
  4. Launch GUI: cargo make gui

Architecture

┌─────────────────┐    ┌─────────────────┐    ┌─────────────────┐
│   Desktop GUI   │    │   CLI Tool      │    │   MCP Server    │
│   (Tauri/React) │    │   (clap)        │    │   (rmcp)        │
└─────────┬───────┘    └─────────┬───────┘    └─────────┬───────┘
          │                      │                      │
          └──────────────────────┼──────────────────────┘
                                 │
                   ┌─────────────▼─────────────┐    ┌──────────────────┐
                   │      Picasa Core          │───►│  Face Detection  │
                   │   (Rust Library)          │    │     Server       │
                   │  - Photo Management       │    │   (Python/       │
                   │  - AI Services            │    │   InsightFace)   │
                   │  - Database Layer         │    └──────────────────┘
                   └─────────────┬─────────────┘
                                 │
                   ┌─────────────▼─────────────┐
                   │     PostgreSQL            │
                   │   + pgvector + postgis    │
                   │(metadata, embeddings,...) │
                   └───────────────────────────┘

Development Status

🚧 In progress:

  • Packaging (tauri, clip model, postgres, python server)
  • Albums/collections feature
  • Photo import interface with background embedding process
  • Settings interface
  • ...

from github.com/amaurycannesson/picasa-rs

Установка Picasa Rs

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/amaurycannesson/picasa-rs

FAQ

Picasa Rs MCP бесплатный?

Да, Picasa Rs MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Picasa Rs?

Нет, Picasa Rs работает без API-ключей и переменных окружения.

Picasa Rs — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Picasa Rs в Claude Desktop, Claude Code или Cursor?

Открой Picasa Rs на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

LibreOffice Tools

Enables AI agents to read, write, and edit Office documents via LibreOffice with token-efficient design. Supports multiple formats including DOCX, XLSX, PPTX, a

passerbyflutterавтор: passerbyflutter

dannote/figma-use

Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools.

dannoteавтор: dannote

Logo.dev

Search and retrieve company logos by brand or domain. Customize size, format, and theme to match your design needs. Accelerate design, prototyping, and content

NOVA-3951автор: NOVA-3951

Design Inspiration Server

Searches top design platforms like Dribbble and Behance to provide UI inspiration, color palettes, and layout patterns via the Serper API. It allows users to re

YonasValentinавтор: YonasValentin

PIX4Dmatic

Enables GUI automation for controlling PIX4Dmatic on Windows through MCP. Supports launching, focusing, capturing screenshots, sending hotkeys, clicking UI elem

jangjo123автор: jangjo123

Figma

Extract design specs and assets

Figmaавтор: Figma

mcp-dockmaster

An Open-Sourced UI to install and manage MCP servers for Windows, Linux and macOS.

автор: Community

ariekogan/ateam-mcp

Build, validate, and deploy multi-agent AI solutions on the ADAS platform. Design skills with tools, manage solution lifecycle, and connect from any AI environm

ariekoganавтор: ariekogan

thinkchainai/mcpbundles

MCP Bundles: Create custom bundles of tools and connect providers with OAuth or API keys. Use one MCP server across thousands of integrations, with programmatic

thinkchainaiавтор: thinkchainai

arikusi/nakkas

MCP server that turns AI into an SVG artist. One rendering engine with JSON config, AI controls all design parameters. CSS @keyframes + SMIL animations, 16+ ele

arikusiавтор: arikusi

Compare Picasa Rs with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории design