Introduction
NekoImageGallery is an online AI image search engine based on the Clip model and Qdrant vector database. It supports keyword search and similar image search.
✨ Features
- Use the Clip model to generate 768-dimensional vectors for each image as the basis for search. No need for manual annotation or classification, unlimited classification categories.
- OCR Text search is supported, use PaddleOCR to extract text from images and use BERT to generate text vectors for search.
- Use Qdrant vector database for efficient vector search.
🐸 Other Information
For a more detailed Wiki of the project, including how the project works, you can visit the Wiki generated by DeepWiki: NekoImageGallery DeepWiki.
(The wiki is generated automatically and is not fully reviewed by the project team, so read with caution.)
⚡ Related Project
Those project works with NekoImageGallery 😄