An open API service indexing awesome lists of open source software.

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

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 ✨


license


pypi

python

release


issues

📖 Documentation
·
🐛 Submit an Issue

## 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

[![Star History](https://starchart.cc/kitUIN/PicImageSearch.svg)](https://starchart.cc/kitUIN/PicImageSearch)