- Install PostgreSQL 12
- Install pg_hamming
- Create a database called
imhashdb
(su postgres; createdb imhashdb
) - Install redis-server
- Install fastimagehash
- Start an instance of
imhashdb hasher
(See./imhashdb --help
for CLI options) - Start an image crawler (e.g.
reddit_feed
), withARC_LIST=imhash,...
- Start an instance of
imhashdb web
- Start the development web server imhashdb-frontend
- Run
npm run start