Ross ROSS = Recommend OSS · open-source software intelligence for agents

lolishinshi/imsearch

基于特征点匹配的大规模相似图片搜索 observed · 2026-08-28

github.com/lolishinshi/imsearch · Rust · GPL-3.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

94/100

  • Activity 93
  • Release rhythm 93
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 19
  • age_days: 1819
  • days_rel: 45
  • days_push: 45
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

1074 stars · 59 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Rust-based large-scale similar image search tool that uses feature point matching (ORB features with a FAISS-style index) to find full images from small screenshot crops. It offers a CLI for indexing and searching plus an HTTP API server.

Use cases

  • find the full source image from a small screenshot crop
  • build a reverse image search engine over a large local image collection
  • search anime/game screenshots to identify the original artwork
  • index millions of images for feature-based similarity search
  • run an image search HTTP API on my own server

When to choose

  • you need to match partial crops/screenshots to full images, which perceptual-hash tools handle poorly
  • you have a large image corpus (thousands to millions) and need fast approximate search
  • you want a self-hosted image search with both CLI and HTTP API

When to avoid

  • you only need simple duplicate detection - perceptual hashing is lighter
  • you cannot install OpenCV/OpenBLAS native dependencies
  • you need semantic image search by content description rather than visual feature matching

Facets

cli-tool · maturity active

search-engine computer-vision image-processing cli http-server computer-vision image-processing cli rust reverse-image-search feature-matching faiss opencv similarity-search screenshot-search search linux docker

1 source

Member repositories

RepositoryRoleHealth v2
lolishinshi/imsearchmain94

For agents

markdown · JSON · MCP: product_card(name="lolishinshi/imsearch")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem