## Key Idea

There is a vast amount of NFTs traded every day. The majority of NFTs today contain a vivid image, such as an avatar or football card. And it would be cool if it was possible to search for NFTs or for collections of NFTs in different ways:

- find NFT by a similar image;
- free-text search by images (using AI, without any text descriptions);
- using their names;
- using traits (building blocks, such as a hat or glasses);
- by contract;
- by other different filters.

## How It Works

The full-text search allows us to include single or multiple words or phrases in a search query that returns NFTs that match the search condition. 

The second type of search uses a neural network, namely the CLIP model developed by OpenAI research and development company. 

CLIP is one of a class of deep neural networks that can process both images and text and, for example, find a suitable caption (or tag) for an image or find similar images. Such neural networks can be used to find the text snippet that best represents a given image and vice versa. In other words, modern AI provides a very powerful bridge between computer vision and natural language understanding. 

The use of this technology gives a lot of freedom to search against NFTs. It allows to search for the necessary or similar NFTs by image, search for NFT images by description, and so on. In other words, it allows us to link NFT names and descriptions with their images. 

Features:

- searching;
- real-time rarity calculation;
- dynamic metadata updates;
- all NFTs in one spot.

Your browser does not support HTML5 video.