AkshDesai04 / PyCompare

This Python project aims to efficiently compare large datasets of images to identify duplicates
MIT License
1 stars 2 forks source link

what if is become cli tool #25

Open poneoneo opened 1 month ago

poneoneo commented 1 month ago

what if we are building this project as a cli to allow more flexibility to user ... is not urgent but we should keep it in mind

AkshDesai04 commented 1 month ago

That's the plan. For v1.0, I want to have this as a CLI application and have every variable customizable by the user. Everything from the number of cores to use, or device(CPU or GPU) to use, to what to do with the duplicate images and everything else is planned to be decidable by the end user using cli arguments. I want this to be as modular as possible. Thanks for the thought :)