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:
evazion
2022-06-22 04:45:01 -05:00
parent 07b84d73fe
commit a4db87e8a0
3 changed files with 45 additions and 14 deletions
+1
View File
@@ -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]