Skip to content

nagitsu/imsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image search

Demo for the talk Searching images in Elasticsearch using Luminoth.

Instalation

Run with:

$ docker-compose build
$ docker-compose up elasticsearch
$ docker-compose up api frontend

Then go to http://localhost:3000.

Uploading images

You can upload images through the frontend. Alternatively, bulk upload all images in a folder by running:

$ ls images | xargs -I % curl 'http://localhost:5050/store/' -F 'image=@images/%'

About

Adding image metadata using Luminoth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published