--- license: mit task_categories: - text-to-image - image-classification pretty_name: sanitized-danbooru2023-sqlite size_categories: - 100M otonose_kanade(650036) tag_list_artist: xt0y4x(525184) <-> jb_jagbung(525185) tag_list_copyright: tokino_sora_(old_design)(364562), juufuutei_raden(649634) <-> hololive(364563), hololive_dev_is(649635) ``` The tag virtual_youtuber is the good difference that we can add to database too. # crawling code is not included. # commit_difference.py offers you to change the database's information based on **difference jsonl** files. You can prepare bunch of jsonl files, which contains the line of json which contains id-difference. The data **must** contain string form of data, not tag id. **The actual danbooru tag id won't match with the database, it is intended to skip bunch of tags which does not have actual post usages.** # fix-tags.py just contains the code which will reflect the actual tag usage count, to tag popularity. # add_post.py includes code to add more recent post data directly into dataset. It contains simple skip schema, if post already exists and it has non-empty tag list, it won't add the post.