All Projects → sethuiyer → Image To Image Search

sethuiyer / Image To Image Search

Licence: mit
A reverse image search engine powered by elastic search and tensorflow

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Image To Image Search

Mahuta
IPFS Storage service with search capability
Stars: ✭ 185 (-7.5%)
Mutual labels:  search-engine, elasticsearch
Vectorsinsearch
Dice.com repo to accompany the dice.com 'Vectors in Search' talk by Simon Hughes, from the Activate 2018 search conference, and the 'Searching with Vectors' talk from Haystack 2019 (US). Builds upon my conceptual search and semantic search work from 2015
Stars: ✭ 71 (-64.5%)
Mutual labels:  search-engine, elasticsearch
Flexsearch
Next-Generation full text search library for Browser and Node.js
Stars: ✭ 8,108 (+3954%)
Mutual labels:  search-engine, elasticsearch
Elasticsuite
Smile ElasticSuite - Magento 2 merchandising and search engine built on ElasticSearch
Stars: ✭ 647 (+223.5%)
Mutual labels:  search-engine, elasticsearch
Srchx
A standalone lightweight full-text search engine built on top of blevesearch and Go with multiple storage (scorch, boltdb, leveldb, badger)
Stars: ✭ 118 (-41%)
Mutual labels:  search-engine, elasticsearch
Bertsearch
Elasticsearch with BERT for advanced document search.
Stars: ✭ 684 (+242%)
Mutual labels:  search-engine, elasticsearch
Elasticsearch Spring Boot Spring Data
🏆 Starter example for using Elasticsearch repository with Springboot
Stars: ✭ 65 (-67.5%)
Mutual labels:  search-engine, elasticsearch
Elasticsearch
The missing elasticsearch ORM for Laravel, Lumen and Native php applications
Stars: ✭ 375 (+87.5%)
Mutual labels:  search-engine, elasticsearch
Ik Analyzer
支持Lucene5/6/7/8+版本, 长期维护。
Stars: ✭ 112 (-44%)
Mutual labels:  search-engine, elasticsearch
Thesaurus Of Job Titles
Open Source Thesaurus of Job Titles in US English
Stars: ✭ 77 (-61.5%)
Mutual labels:  search-engine, elasticsearch
Fess
Fess is very powerful and easily deployable Enterprise Search Server.
Stars: ✭ 561 (+180.5%)
Mutual labels:  search-engine, elasticsearch
Rated Ranking Evaluator
Search Quality Evaluation Tool for Apache Solr & Elasticsearch search-based infrastructures
Stars: ✭ 134 (-33%)
Mutual labels:  search-engine, elasticsearch
Nboost
NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search results on different platforms (i.e. Elasticsearch)
Stars: ✭ 549 (+174.5%)
Mutual labels:  search-engine, elasticsearch
Funpyspidersearchengine
Word2vec 千人千面 个性化搜索 + Scrapy2.3.0(爬取数据) + ElasticSearch7.9.1(存储数据并提供对外Restful API) + Django3.1.1 搜索
Stars: ✭ 782 (+291%)
Mutual labels:  search-engine, elasticsearch
Ipfs Search
Search engine for the Interplanetary Filesystem.
Stars: ✭ 519 (+159.5%)
Mutual labels:  search-engine, elasticsearch
Klask Io
klask.io is an open source search engine for source code, live demo
Stars: ✭ 45 (-77.5%)
Mutual labels:  search-engine, elasticsearch
Toshi
A full-text search engine in rust
Stars: ✭ 3,373 (+1586.5%)
Mutual labels:  search-engine, elasticsearch
Xapiand
Xapiand: A RESTful Search Engine
Stars: ✭ 347 (+73.5%)
Mutual labels:  search-engine, elasticsearch
Gnes
GNES is Generic Neural Elastic Search, a cloud-native semantic search system based on deep neural network.
Stars: ✭ 1,178 (+489%)
Mutual labels:  search-engine, elasticsearch
Haystack
🔍 Haystack is an open source NLP framework that leverages Transformer models. It enables developers to implement production-ready neural search, question answering, semantic document search and summarization for a wide range of applications.
Stars: ✭ 3,409 (+1604.5%)
Mutual labels:  search-engine, elasticsearch

SmartSearch is a reverse image search engine which finds similar images by generating captions and comparing those captions. Powered by Tensorflow and ElasticSearch.

Update: Mirror of this repository in codeberg: Image-to-Image-Search

Update: REST APIs for image caption generator and image search are added! ( Shoutout to xc0d3rz )

Demo

Deep Reverse Image Search Engine - YouTube demos the core functionality.

Branches

Docker Image

Basic Implementation

Packages Required:

  • Anaconda
  • Keras with Tensorflow Backend (Python 3.6)
  • Elastic Search and elasticsearch-py (Elastic Search 6.0)

For more, check out requirements.txt

Pre-trained models

Download this and paste it inside models folder.

Output

Tips

  • Install elasticsearch and always check if elastic search process is running before launching server.py or index_database.py.

  • Instead of using the upload functionality, paste all your images inside static/img folder followed by python index_database.py to index all those images.

  • If you want to delete the indexed images, do sh delete_index.sh

Thanks

Thanks to Materialize CSS for the aesthetics, Pretty Printed for the flask tutorials and Andrej Karpathy for wonderful captioning library. Shoutout to xc0d3rz for the REST API inclusion!

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].