Home Applications iris-image-vector-search

iris-image-vector-search

This application is not supported by InterSystems Corporation. Please be notified that you use it at your own risk.
4.5
1 reviews
0
Awards
89
Views
1
IPM installs
2
0
Details
Releases
Reviews
Issues
Pull requests
Articles
This app has a demo View
Using IRIS vector search to achieve image retrieval

What's new in this version

Initial Release

iris-image-vector-search

Using IRIS vector search to achieve image retrieval

Describe

The image vector retrieval demo uses IRIS Embedded Python and OpenAI's CLIP model to convert images into 512 dimensional vector data. Through the new feature of Vector Search, VECTOR-COSINE is used to calculate similarity and display high similarity images.

Application direction of image retrieval

  • Image retrieval systems can be used to search for medical image data related to their research topic, for data analysis, pattern recognition, and research, accelerating the process of scientific research.
  • The images in the medical imaging database can be used for the education and training of medical students. Through image retrieval, students can search and compare different types of cases, deepening their understanding of disease characteristics and diagnostic methods.
  • Image retrieval can be used to assist doctors in diagnosis. By comparing medical imaging data of patients (such as X-rays, CT scans, MRI, etc.) and providing reference images of similar cases through a knowledge base, doctors can quickly obtain relevant information and improve diagnostic accuracy.

How to use it

Prerequisites

Make sure you have git and Docker desktop installed.

Installation

1.Clone/git pull the repo into any local directory

git clone https://github.com/yueshan239/iris-image-vector-search.git

Open the terminal in this directory and run

docker-compose build

Run the IRIS container

docker-compose up -d

Open the terminal in vue directory and run

docker-compose build

Run the nginx container

docker-compose up -d

Visit the address below

http://localhost:8080/
Read more
Made with
Install
zpm install iris-image-verctor-search
Version
1.0.015 May, 2024
Python package
torch
Category
Technology Example
Works with
InterSystems IRIS for HealthInterSystems Vector Search
First published
09 May, 2024