Photo De-Duplication
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Robert 3472407cb3 How to use: Win Activate.ps1 8 months ago
.gitignore error codes updated in scripts. 8 months ago
0.jpg init 2 8 months ago
1.jpg init 2 8 months ago
2.jpg init 2 8 months ago
3.jpg init 2 8 months ago
4.jpg init 2 8 months ago
5.jpg init 2 8 months ago
LICENSE init 2 8 months ago
README.md How to use: Win Activate.ps1 8 months ago
Screenshot2025-04-26.png updated photos 8 months ago
Screenshot2025-04-26Non-DupFound.png updated photos 8 months ago
a.jpg speed boost round 1 8 months ago
b.jpg speed boost round 1 8 months ago
dedup.py error codes updated in scripts. 8 months ago
get_dups.bat Updated Batch for Windows. 8 months ago
get_dups.sh error codes updated in scripts. 8 months ago

README.md

dedup

Photo De-Duplication

Install Windows

cd dedup
python -m venv C:\Users\$env:USERNAME\Common\env_dedup
pip install xxhash opencv-python

Usage Windows:

C:\Users\$env:USERNAME\Common\env_dedup\Scripts\Activate.ps1
If that does not work, then TRY:
C:\Users\$env:USERNAME\Common\env_dedup\bin\Activate.ps1

python dedup.py 0.jpg 1.jpg

Windows Automated Directory use, not TESTED YET!:

get_dups.bat %USERPROFILE%\Pictures

Install Linux

cd dedup
python3 -m venv myenv
source myenv/bin/activate
pip install xxhash opencv-python

Useage Linux:

cd dedup
source myenv/bin/activate
python dedup.py 0.jpg 1.jpg

Linux Automated Directoy use:

./get_dups.sh .
  OR: 
./get_dups.sh $HOME/Pictures

Image of ScreenShot