visual-layer / fastdup

fastdup is a powerful free tool designed to rapidly extract valuable insights from your image & video datasets. Assisting you to increase your dataset images & labels quality and reduce your data operations costs at an unparalleled scale.
Other
1.52k stars 74 forks source link

[Feature Request]: CLI for fastdup #258

Open dnth opened 10 months ago

dnth commented 10 months ago

Feature Name

Run fastdup using CLI

Feature Description

It would be cool if we can run fastdup in CLI.

For example

fastdup run -i "path-to-images/"
fastdup run -i "path-to-images/" -a "annotations.csv" -w "path-to-workdir"
fastdup visualize duplicates 

With this, the usage is now simplified to only 2 lines including installation.

pip install fastdup
fastdup run -i "path-to-images/"

Users do not need to create a .py file or .ipynb notebook to analyze a folder.

Do you think this would lower the barrier?

Contact Information [Optional]

No response