Files
evazion a4db87e8a0 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.
2022-06-22 04:54:12 -05:00

25 lines
485 B
TOML

[tool.poetry]
name = "autotagger"
version = "1.0"
description = "Danbooru autotagger"
authors = ["evazion <noizave@gmail.com>"]
license = "MIT"
[tool.poetry.dependencies]
python = "~3.9"
fastbook = "^0.0.26"
Flask = "^2.1.2"
python-dotenv = "^0.20.0"
click = "^8.1.3"
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]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"