Skip to content
#

nearest-neighbor-search

Here are 92 public repositories matching this topic...

An image similarity search engine has been developed that finds images similar to the image selected by the user from the dataset provided by the user. The latent vectors of the images are generated by a CNN based autoencoder model. KNN is used to find images similar to the selected image. An image similarity search engine platform has been created

  • Updated Dec 6, 2023
  • Python

It is a movie recommendation system that uses collaborative filtering and matrix factorization to suggest personalized movies. It features an interactive Streamlit UI, making it easy for users to find movies tailored to their tastes. The system analyzes a rich dataset of movie ratings and metadata to provide accurate recommendations.

  • Updated Mar 30, 2024
  • Python

A foundational Geographic Information System project developed in Python, demonstrating basic GIS operations like handling spatial data, triangulation, and spatial analysis. This archived project serves as an early career milestone and a resource for those new to GIS programming.

  • Updated Jan 10, 2024
  • Python

Using python, implemented the nearest neighbor algorithm to deliver package objects all over a city while handling special constraints. Allows for users to upload of their own city, distance, and package data via csv files. Utilizes a self-adjusting data structure (chaining hash table) to hold the data. Implemented a CLI for user interaction.

  • Updated Aug 11, 2022
  • Python

Improve this page

Add a description, image, and links to the nearest-neighbor-search topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nearest-neighbor-search topic, visit your repo's landing page and select "manage topics."

Learn more