Skip to content

Python implementation of a simple image querying system demonstrated across two Jupyter notebooks. It is designed to allow users to search for images based on visual similarity.

License

Notifications You must be signed in to change notification settings

Husseinhhameed/Image-Querying-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Querying System

This repository hosts the Python implementation of a simple image querying system demonstrated across two Jupyter notebooks. It is designed to allow users to search for images based on visual similarity.

Project Overview

The prototype consists of three core components:

  1. Embedding Generator: This module generates embeddings for images stored in our database, which helps in transforming visual content into a comparable vector form.
  2. Query Image Embedding Creator: This module is responsible for generating embeddings for the images users query, enabling a matchable format against the database embeddings.
  3. Query Matcher: This module compares embeddings from the query image against those in the database to find and return the most similar images.

Usage

To run the notebooks and experiment with the image querying system:

jupyter notebook

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

To contribute:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact Me

If you have any questions about the project or want to discuss further collaborations, feel free to reach out. Contact me via:

License

This project is licensed under the Apache License 2.0 .

About

Python implementation of a simple image querying system demonstrated across two Jupyter notebooks. It is designed to allow users to search for images based on visual similarity.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published