tuan3w/visual_search
A visual search engine that uses Faster-RCNN CNN feature extraction to enable similarity-based image retrieval.

Velocity · 7d
+0.1
★ / day
Trend
→steady
star history
This project implements a visual search system using deep learning feature extraction. A Faster-RCNN model with VGG-16 backbone extracts feature vectors from images, which are then stored in Elasticsearch with a custom distance-computing plugin. The entire stack is dockerized, with the Python-based feature extraction service communicating with an Elasticsearch container over a Docker network to enable approximate nearest-neighbor image search.