Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 619 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 619 Bytes

imhashdb

Setup (development):

  1. Install PostgreSQL 12
  2. Install pg_hamming
  3. Create a database called imhashdb (su postgres; createdb imhashdb)
  4. Install redis-server
  5. Install fastimagehash
  6. Start an instance of imhashdb hasher (See ./imhashdb --help for CLI options)
  7. Start an image crawler (e.g. reddit_feed), with ARC_LIST=imhash,...
  8. Start an instance of imhashdb web
  9. Start the development web server imhashdb-frontend
  • Run npm run start