All Projects → EdjoLabs → Image Match

EdjoLabs / Image Match

🎇 Quickly search over billions of images

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to Image Match

image-match
🎇 Quickly search over billions of images
Stars: ✭ 2,761 (+3.72%)
Mutual labels:  image-signatures, image-analysis
Trinity
Trinity IR Infrastructure
Stars: ✭ 227 (-91.47%)
Mutual labels:  search
Algoliasearch Netlify
Official Algolia Plugin for Netlify. Index your website to Algolia when deploying your project to Netlify with the Algolia Crawler
Stars: ✭ 208 (-92.19%)
Mutual labels:  search
Hiddensearchwithrecyclerview
Simple library to have a hidden/shown search bar
Stars: ✭ 220 (-91.74%)
Mutual labels:  search
Scout
RESTful search server written in Python, powered by SQLite.
Stars: ✭ 213 (-92%)
Mutual labels:  search
Bower Components
[DEPRECATED] Site to discover Bower components
Stars: ✭ 220 (-91.74%)
Mutual labels:  search
Book Elastic Search In Action
Elastic 搜索开发实战
Stars: ✭ 205 (-92.3%)
Mutual labels:  search
Search Omnifocus
Alfred workflow that allows free text searching of OmniFocus tasks
Stars: ✭ 231 (-91.32%)
Mutual labels:  search
Engine Mode
Minor mode for defining and querying search engines through Emacs.
Stars: ✭ 225 (-91.55%)
Mutual labels:  search
Search Engine Parser
Lightweight package to query popular search engines and scrape for result titles, links and descriptions
Stars: ✭ 216 (-91.89%)
Mutual labels:  search
Fuzzysort
Fast SublimeText-like fuzzy search for JavaScript.
Stars: ✭ 2,569 (-3.49%)
Mutual labels:  search
Tldrstory
AI-powered understanding of headlines and story text
Stars: ✭ 214 (-91.96%)
Mutual labels:  search
Sitedorks
Search Google/Bing/Ecosia/DuckDuckGo/Yandex/Yahoo for a search term with a default set of websites, bug bounty programs or a custom collection.
Stars: ✭ 221 (-91.7%)
Mutual labels:  search
Tntsearch
A fully featured full text search engine written in PHP
Stars: ✭ 2,693 (+1.16%)
Mutual labels:  search
Grab
experimental and very fast implementation of a grep
Stars: ✭ 230 (-91.36%)
Mutual labels:  search
Shsearchbar
The search bar that doesn't suck.
Stars: ✭ 206 (-92.26%)
Mutual labels:  search
Material Ui Search Bar
Material design search bar
Stars: ✭ 215 (-91.92%)
Mutual labels:  search
Angular Instantsearch
⚡️Lightning-fast search for Angular apps, by Algolia
Stars: ✭ 219 (-91.77%)
Mutual labels:  search
Elastix
A simple Elasticsearch REST client written in Elixir.
Stars: ✭ 231 (-91.32%)
Mutual labels:  search
Amber
A code search / replace tool
Stars: ✭ 230 (-91.36%)
Mutual labels:  search

PyPI PyPI Documentation Status codecov

image-match

image-match is a simple (now Python 3!) package for finding approximate image matches from a corpus. It is similar, for instance, to pHash, but includes a database backend that easily scales to billions of images and supports sustained high rates of image insertion: up to 10,000 images/s on our cluster!

PLEASE NOTE: This algorithm is intended to find nearly duplicate images -- think copyright violation detection. It is NOT intended to find images that are conceptually similar. For more explanation, see this issue or this video.

Based on the paper An image signature for any kind of image, Wong et al. There is an existing reference implementation which may be more suited to your needs.

The folks over at Pavlov have released an excellent containerized version of image-match for easy scaling and deployment.

Quick start

Install and setup image-match

Once you're up and running, read these two (short) sections of the documentation to get a feel for what image-match is capable of:

Image signatures

Storing and searching images

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].