Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 284 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 284 Bytes

image-turk

This is a very simple web ui for making queries to search engines for images and manual filtering of retrieved results

Installation

  1. docker build -t image-turk .
  2. docker run -d --name image-turk -p 8080:5000 -v /path/to/images/dir:/opt/image-turk/data image-turk