version: v0.14.0

This commit is contained in:
Jianqi Pan 2025-02-24 22:25:34 +09:00
parent 094960e721
commit 8c8ca21b3d
3 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "wdtagger"
version = "0.13.2"
version = "0.14.0"
description = "A simple and easy-to-use wrapper for the tagger model created by [SmilingWolf](https://github.com/SmilingWolf) which is specifically designed for tagging anime illustrations."
authors = [{ name = "Jianqi Pan", email = "jannchie@gmail.com" }]
readme = "README.md"

7
temp.py Normal file
View File

@ -0,0 +1,7 @@
from wdtagger import Tagger
tagger = Tagger()
resp = tagger.tag("./tests/images/GkZFQ-_WwAAeNlO.jpg", character_threshold=0.85, general_threshold=0.35)
print(resp.character_tags)

Binary file not shown.

After

Width:  |  Height:  |  Size: 706 KiB