Here are
46 public repositories
matching this topic...
Anime Scene Search by Image
Updated
Oct 30, 2021
Shell
📝 Awesome and classical image retrieval papers
A visual search engine based on Elasticsearch and Tensorflow
Updated
Sep 25, 2020
JavaScript
This Telegram Bot can tell the anime when you send an screenshot to it
Updated
Apr 30, 2022
JavaScript
Official Clarifai JavaScript client for browsers and node.js
Updated
Oct 21, 2020
JavaScript
Scene search On Liresolr for Animation. (and video)
Updated
Apr 29, 2022
JavaScript
WebExtension for the Anime Reverse Search Engine to search by image
Updated
Dec 2, 2021
JavaScript
Visual Similarity research at Fynd. Contains code to reproduce 2 of our research papers.
Updated
Mar 11, 2022
Jupyter Notebook
A toy project for visual search, based on deep learning.
Updated
Oct 8, 2018
Python
One line to host them all. Bootstrap your image search case in minutes.
Updated
May 2, 2022
Python
Guide to the Content Based Image Retrieval
Minimalistic TensorFlow2+ deep metric/similarity learning library with loss functions, miners, and utils as embedding projector.
Updated
Oct 21, 2021
Python
EYE-EEG toolbox for combining eye-tracking & EEG
Updated
Mar 3, 2022
MATLAB
Updated
Dec 31, 2016
Objective-C
Updated
Feb 6, 2020
Objective-C
A workshop on how to prototype and expose a visual search DL model based on Siamese Mask R-CNN for PyDataFest Amsterdam 2020
Updated
Dec 23, 2020
Jupyter Notebook
[DEPRECATED] Baseline Project for Semantic Searching
Updated
Oct 15, 2018
Python
A web app that help users pick their next insta-vacation destinations.
Updated
Oct 4, 2020
Jupyter Notebook
A neural network based file sorter. Trains an autoencoder to sort images or audio based on the similarity of their encodings, or uses the OpenAI CLIP model.
Updated
May 12, 2021
Python
Just a typical search engine in this universe 🔥 🔥 🔥
Simple implementation of search for visually similar images using deep learning and vector search. It's based on pretrained ImageNet weights so it doesnt require any additional training
Updated
Mar 12, 2022
Python
react-structured-query-search is a javascript library that provides autocomplete search queries.
Updated
Feb 10, 2022
JavaScript
A visual search engine based on Elasticsearch and Tensorflow
Updated
May 5, 2019
JavaScript
Cross-platform React Native wrapper app for client-side mobile visual search / computer vision tool.
Updated
Aug 25, 2017
JavaScript
A cognitive model for visual search. Generate Scanpaths, fixation durations using ACT-R.
Updated
Jul 7, 2021
Python
Visual Search Difficulty Prediction Model (Python implementation)
Updated
May 23, 2018
Python
This sample contains a set of extensions and add-ons for SAP Commerce Cloud (CCv2), microservices, and the Spartacus Storefront components that allow consumers to search for products by uploading a picture.
Updated
Sep 24, 2021
Java
Resources relating to Image Retrieval (Papers, Implementations, Datasets, Proof-of-Concepts, Tips and tricks)
Improve this page
Add a description, image, and links to the
visual-search
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
visual-search
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
使用的3.2.7版本,3台服务器(1个master、3个ps、3个router),按天建表(如:db_20210601、db_20210602、db_20210603),每张表的结构如下 :
`{
"name": "space",
"partition_num": 3,
"replica_num": 1,
"engine": {
"name": "gamma",
"index_size": 100000,
"retrieval_type": "IVFPQ",
"retrieval_param": {
"ncentroids": 2048,
"nsubvector": 64,
"metric_type": "InnerProduct"
},
"id_type": "String"
},
"propertie