Reverse image searching utility for images.
Project description
booru-reverse-search
Library to reverse search various boorus.
See the documentation for details.
Example
from retaggr import ReverseSearch, ReverseSearchConfig
config = ReverseSearchConfig(min_score=80.0)
rsearch = ReverseSearch(config)
tags = asyncio.run(rsearch.reverse_search("https://danbooru.donmai.us/data/__tsukumo_benben_touhou_drawn_by_elise_piclic__6e6da59922b923391f02ba1ce78f9b42.jpg"))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
retaggr-1.1.0.tar.gz
(5.4 kB
view hashes)
Built Distribution
retaggr-1.1.0-py3-none-any.whl
(11.7 kB
view hashes)