https://github.com/noirscape/retaggr
Reverse tagging utility for images.
https://github.com/noirscape/retaggr
asyncio booru danbooru e621 iqdb paheal python saucenao saucenao-api
Last synced: 7 months ago
JSON representation
Reverse tagging utility for images.
- Host: GitHub
- URL: https://github.com/noirscape/retaggr
- Owner: noirscape
- License: lgpl-3.0
- Created: 2019-10-08T09:24:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-19T19:20:25.000Z (over 4 years ago)
- Last Synced: 2024-11-07T18:11:48.636Z (7 months ago)
- Topics: asyncio, booru, danbooru, e621, iqdb, paheal, python, saucenao, saucenao-api
- Language: Python
- Homepage:
- Size: 183 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## retaggr
[](https://coveralls.io/github/noirscape/retaggr?branch=master) [](https://github.com/noirscape/retaggr/blob/master/LICENSE) [](https://travis-ci.org/noirscape/retaggr)
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fnoirscape%2Fretaggr?ref=badge_shield)Library to reverse search various boorus.
See the documentation for details.
## Example
```py
from retaggr import ReverseSearch, ReverseSearchConfig
config = ReverseSearchConfig(min_score=80.0)
rsearch = ReverseSearch(config)
result = asyncio.run(rsearch.reverse_search("https://danbooru.donmai.us/data/__tsukumo_benben_touhou_drawn_by_elise_piclic__6e6da59922b923391f02ba1ce78f9b42.jpg"))
```## Licensing
This project is under the GNU LGPLv3 license.
In addition, this project contains a local copy of the aiohttp_requests package (this is to resolve a minor dependency pinning problem aiohttp_requests on pip has). This library is under the MIT. Check the header of the init file for the license.
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fnoirscape%2Fretaggr?ref=badge_large)