danbooru
#データセット
メモ
https://danbooru.donmai.us/
タグを文字列で取得するスクリプト
Array.from(document.getElementsByClassName("general-tag-list")[1].getElementsByClassName("search-tag")).map(e => e.innerText).join(" ")
DeepDanbooruによるタグ推定
http://dev.kanotype.net:8003/deepdanbooru
画像をアップロードするとdanbooruでのタグを推定してくれるサービス
https://github.com/KichangKim/DeepDanbooru
https://twitter.com/forasteran/status/1569680392441167873
Array.from(document.getElementsByTagName("tbody")[0].getElementsByTagName("a")).map(e => e.innerText).flatMap(e => e.split("_")).join(" ")
その他
/work4ai/WD14-tagger
逆引き Danbooru 語 | Plat Dev Blog