Skip to content

hasan1119/duplicate-file-checker-with-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File duplication / similarity checker

This small script computes perceptual hashes for three example images and prints similarity percentages.

Quick start (Windows / PowerShell):

python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
python app.py

If you see errors about missing images, ensure the images/ directory is next to app.py and contains 1.jpg, add-a-line.png, and whatsapp.jpg.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages