https://github.com/kituin/picimagesearch
整合图片识别 API,用于以图搜源 / Aggregator for Reverse Image Search API
https://github.com/kituin/picimagesearch
ascii2d baidu bing copyseeker e-hentai exhentai google iqdb saucenao tracemoe yandex
Last synced: about 1 month ago
JSON representation
整合图片识别 API,用于以图搜源 / Aggregator for Reverse Image Search API
- Host: GitHub
- URL: https://github.com/kituin/picimagesearch
- Owner: kitUIN
- License: mit
- Created: 2020-10-10T13:23:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T06:01:47.000Z (about 1 month ago)
- Last Synced: 2025-04-12T07:20:25.711Z (about 1 month ago)
- Topics: ascii2d, baidu, bing, copyseeker, e-hentai, exhentai, google, iqdb, saucenao, tracemoe, yandex
- Language: Python
- Homepage: https://pic-image-search.kituin.fun/
- Size: 2.4 MB
- Stars: 530
- Watchers: 10
- Forks: 52
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PicImageSearch
English | [简体中文](docs/zh/README.zh-CN.md) | [Русский](docs/ru/README.ru-RU.md) | [日本語](docs/ja/README.ja-JP.md)
✨ Aggregated Image Search Engine for Reverse Image Search ✨
## Supported Search Engines
| Engine | Website |
|--------------------|--------------------------------------|
| AnimeTrace | |
| ASCII2D | |
| Baidu | |
| Bing | |
| Copyseeker | |
| E-Hentai | |
| Google | |
| Google Lens | |
| IQDB | |
| Lenso (deprecated) | |
| SauceNAO | |
| Tineye | |
| TraceMoe | |
| Yandex | |## Usage
For detailed information, please refer to the [documentation](https://pic-image-search.kituin.fun/) or [example code](demo/code/).
For `synchronous` usage, import using `from PicImageSearch.sync import ...` .
For `asynchronous` usage, import using `from PicImageSearch import Network,...` .
**Asynchronous usage is recommended.**### Installation
- Requires Python 3.9 and above.
- Installation command: `pip install PicImageSearch`
- Or use the Tsinghua mirror: `pip install PicImageSearch -i https://pypi.tuna.tsinghua.edu.cn/simple`## Star History
[](https://starchart.cc/kitUIN/PicImageSearch)