2021-03-28 11:42:10 -04:00
2020-05-30 15:51:58 -04:00
2020-04-15 09:42:50 -04:00
2020-04-11 11:41:29 -04:00
2020-04-15 09:42:50 -04:00
2021-03-28 11:42:10 -04:00

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
Description
No description provided
Readme GPL-3.0 348 KiB
Languages
Go 96.7%
Dockerfile 3.3%