1
0
mirror of https://github.com/simon987/imhashdb.git synced 2025-04-09 21:56:45 +00:00
2021-03-28 11:42:10 -04:00

619 B

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