# dedup Photo De-Duplication ## Install ``` cd dedup python3 -m venv myenv source myenv/bin/activate pip install xxhash opencv-python ``` ## Useage: ``` cd dedup source myenv/bin/activate python debup.py 0.jpg 1.jpg ``` [![Image of ScreenShot](Screenshot2025-04-26.png)](Screenshot)