Skip to content

整合图片识别 API,用于以图搜源 / Aggregator for Reverse Image Search API

License

Notifications You must be signed in to change notification settings

2132660698/PicImageSearch

 
 

Repository files navigation

PicImageSearch

✨ 聚合识图引擎 用于以图搜源 ✨
✨ Reverse Image Search Aggregator ✨

license pypi python release issues

📖文档 / Documentation · 🐛提交问题 / Submit Issue

支持 / Support

Engine Website
ASCII2D https://ascii2d.net/
Baidu https://graph.baidu.com/
E-Hentai https://e-hentai.org/
ExHentai https://exhentai.org/
Google https://www.google.com/imghp
IQDB https://iqdb.org/
SauceNAO https://saucenao.com/
TraceMoe https://trace.moe/
Yandex https://yandex.com/images/search

简要说明 / Usage

详细见 文档 或者 demo 代码
同步请使用 from PicImageSearch.sync import ... 导入。
异步请使用 from PicImageSearch import Network,... 导入。
推荐使用异步。


For details, see the documentation or the demo codes.
For synchronous usage, import with from PicImageSearch.sync import ... .
For asynchronous usage, import with from PicImageSearch import Network,... .
Asynchronous usage is recommended.

安装 / Installation

  • 需要 Python 3.8 或更新版本。
  • 安装:pip install PicImageSearch
  • 或使用清华镜像:pip install PicImageSearch -i https://pypi.tuna.tsinghua.edu.cn/simple

  • Requires Python 3.8 or later.
  • Install: pip install PicImageSearch
  • Or use Tsinghua mirror: pip install PicImageSearch -i https://pypi.tuna.tsinghua.edu.cn/simple

Star History

Star History

About

整合图片识别 API,用于以图搜源 / Aggregator for Reverse Image Search API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%