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.
|
# 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
|
|
```
|
|
|
|
[]
|
|
|