keeferrourke / imgrep-web

A web-UI for imgrep.

Home Page:https://devpost.com/software/imgrep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imgrep-web

imgrep is a command-line utility written in Go. This repository contains a web-wrapper/interface for the cli-tool.

Installation

  1. Install imgrep.
  2. Install imgrep-web
go get github.com/keeferrourke/imgrep-web
go install github.com/keeferrourke/imgrep-web

Web UI

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 ;)

Preview

License

imgrep is free software licensed under the MIT license.

Copyright (c) 2017 Keefer Rourke, Ivan Zhang, and Thomas Dedinsky.

See LICENSE for details.

About

A web-UI for imgrep.

https://devpost.com/software/imgrep

License:Other


Languages

Language:Go 64.0%Language:HTML 23.3%Language:CSS 12.6%