We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run fastdup using CLI
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.
.py
.ipynb
Do you think this would lower the barrier?
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Name
Run fastdup using CLI
Feature Description
It would be cool if we can run fastdup in CLI.
For example
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
The text was updated successfully, but these errors were encountered: