Skip to content

A little program to find duplicate images by content.

License

Notifications You must be signed in to change notification settings

xDivisionByZerox/find-duplicate-images

Repository files navigation

find-duplicate-images

A little script to find duplicate images by content in a given directory.

How to use

❗ Make sure to have at least node version 14 installed on your local machine.
You can download the latest version here.

Clone the repo.

  git clone https://github.com/xDivisionByZerox/find-duplicate-files.git

Install dependencies.

  npm install

Build to executable.

  npm run build

Start a local server and open the html page for a interactive experience. To make this easier for you this is bundled in an additional command.

  npm run start