Giter VIP home page Giter VIP logo

clip-search's Introduction

CLIP-Search: Find Similar Images with OpenAI CLIP

Discover and explore similar images using the power of OpenAI CLIP with CLIP-Search. This demo project leverages the capabilities of OpenAI CLIP to provide a seamless and intuitive image search experience.

Install

Getting started with CLIP-Search is easy. Simply follow these steps to install:

git clone --recursive https://github.com/gtaghon/clip-search.git
cd clip-search

python3 -m venv clip-env
clip-env/bin/pip3 install -r requirements.txt

clip-env/bin/python3 app.py /path/to/my/pictures

However, we strongly recommend installing with conda for a smoother experience:

git clone --recursive https://github.com/gtaghon/clip-search.git
cd clip-search

conda env create -n clip-env -f environment.yml
conda activate clip-env

python app.py /path/to/my/pictures

Once installed, simply open your browser and navigate to: http://localhost:5000/index.html

Features:

Drag and drop images

CLIP-Search allows you to search for similar images using text queries or by dragging and dropping one or more pictures into the search input. The tool intelligently "averages" the semantic features of the images to provide accurate and relevant search results.

More/less like this

Refine your search with the "More Like This" and "Less Like This" buttons. These buttons provide hints to the search algorithm about the type of images you are looking for. When you click on any of these buttons, the corresponding image will be hidden from the search results, allowing you to curate and fine-tune your image search experience.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.