autotag: allow recursively processing directories.
* Make it so you can give the `autotag` script a mixed list of files and directories, and it will recursively process every file in each directory. * Allow choosing the output format: one (filename, tag, score) tuple per line, or one (filename, tags) tuple per line.
This commit is contained in:
@@ -15,6 +15,7 @@ ipywidgets = "^7.7.0"
|
||||
timm = "^0.5.4"
|
||||
scipy = "^1.8.1"
|
||||
gunicorn = "^20.1.0"
|
||||
more-itertools = "^8.13.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user