imgrep
is a command-line
utility written in Go. This repository contains a web-wrapper/interface
for the cli-tool.
- Install
imgrep
. - Install
imgrep-web
go get github.com/keeferrourke/imgrep-web
go install github.com/keeferrourke/imgrep-web
imgrep-web
comes with a familiar search-based web UI that interacts with
the pre-indexed sqlite database. This web-UI was added to make demo-ing
this utitility easier in a hackathon setting, and is a good POC for how
this imgrep
may be used.
To start a server on localhost:1337:
imgrep start
Then just visit 'localhost:1337' in your favourite web brower ;)
imgrep
is free software licensed under the MIT license.
Copyright (c) 2017 Keefer Rourke, Ivan Zhang, and Thomas Dedinsky.
See LICENSE for details.