Commit Graph

7 Commits

Author SHA1 Message Date
dokutan 22e1f2be7d Fix AttributeError 2022-06-22 20:11:46 +02:00
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
evazion 07b84d73fe Do batch prediction.
Do batch prediction inside the `predict` method instead of calling
`predict` once for each image.
2022-06-21 20:08:49 -05:00
evazion 5c90c7378d gunicorn: add config file. 2022-06-21 00:32:56 -05:00
evazion 1d238f3466 github: add docker build workflow. 2022-06-21 00:07:50 -05:00
evazion 0bc9cb2372 docker: add model to image. 2022-06-20 23:55:13 -05:00
evazion 55d343cd3d Initial commit. 2022-06-20 23:33:54 -05:00