Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xdivisionbyzerox/find-duplicate-images

A little program to find duplicate images by content.
https://github.com/xdivisionbyzerox/find-duplicate-images

duplication-finder image-processing images javascript nodejs typescript

Last synced: 25 days ago
JSON representation

A little program to find duplicate images by content.

Awesome Lists containing this project

README

        

# 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](https://nodejs.org).

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
```