Skip to content

A tool to batch search images against FuzzySearch

Notifications You must be signed in to change notification settings

Syfaro/fuzzysearch-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fuzzysearch-cli

A tool to batch search images against FuzzySearch.

Usage

First, you must obtain an API token for FuzzySearch. You can then run the tool like follows:

fuzzysearch-cli match-images --api-key abc123 /path/to/images per-file sources.csv

This will create a file named sources.csv. This CSV file contains a full path to each image and space separated links to each known source.

More information about the tool's use can be found with the --help flag.

It is also possible to use a FuzzySearch database dump to perform all searches locally.

fuzzysearch-cli download-database fuzzysearch-dump.csv
fuzzysearch-cli match-images --database-path fuzzysearch-dump.csv /path/to/images per-file sources.csv

Details

It caches details about each path's hash and each hash's matches indefinitely. This allows for very quick incremental updates.

About

A tool to batch search images against FuzzySearch

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages