Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xdivisionbyzerox/find-duplicate-images
- Owner: xDivisionByZerox
- License: apache-2.0
- Created: 2021-07-03T12:18:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T12:54:50.000Z (over 2 years ago)
- Last Synced: 2023-03-10T09:41:28.907Z (over 1 year ago)
- Topics: duplication-finder, image-processing, images, javascript, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 1.86 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```