|
|
|
|
@ -9,13 +9,16 @@ python -m venv C:\Users\$env:USERNAME\Common\env_dedup |
|
|
|
|
pip install xxhash opencv-python |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
## Usage Windwos: |
|
|
|
|
## Usage Windows: |
|
|
|
|
``` |
|
|
|
|
C:\Users\$env:USERNAME\Common\env_dedup\Scripts\Activate.ps1 |
|
|
|
|
python debup.py 0.jpg 1.jpg |
|
|
|
|
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!: |
|
|
|
|
## Windows Automated Directory use, not TESTED YET!: |
|
|
|
|
``` |
|
|
|
|
get_dups.bat %USERPROFILE%\Pictures |
|
|
|
|
``` |
|
|
|
|
@ -32,12 +35,14 @@ pip install xxhash opencv-python |
|
|
|
|
``` |
|
|
|
|
cd dedup |
|
|
|
|
source myenv/bin/activate |
|
|
|
|
python debup.py 0.jpg 1.jpg |
|
|
|
|
python dedup.py 0.jpg 1.jpg |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
# Linux Automated Directoy use: |
|
|
|
|
## Linux Automated Directoy use: |
|
|
|
|
``` |
|
|
|
|
./get_dups.sh . |
|
|
|
|
OR: |
|
|
|
|
./get_dups.sh $HOME/Pictures |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
[] |
|
|
|
|
[Image of ScreenShot](Screenshot2025-04-26.png) |
|
|
|
|
|