Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 2.09 KB

README.md

File metadata and controls

30 lines (22 loc) · 2.09 KB

Visual Search Implementation for Fashion Products

This project is developed as a part of the assignment for Algorithmic marketing analyst role at QU analytics. The client for this project is a large e-tailer, SmartFashion, who wants to enhance the user-experience of their clientele by providing rich and engaging interfaces without leaving their couches. Visual search is one of the ways to achieve this objective.

Project Specifications

The project is divided into three tasks:

Task 1: Image Search

In this task, we will use the approach discussed in https://github.com/matsui528/sis to implement a search for a dataset from the https://mmlab.ie.cuhk.edu.hk/projects/DeepFashion.html site. The task requires us to develop an application using Streamlit that searches objects based on uploaded images. We will use 100 images to keep the problem small enough.

Task 2: Image Generation

In this task, we will use Dall-e to build a site to customize fashion accessories. We will use Streamlit and Dall-e to prototype an application.

Task 3: Image Search Using Pinecone

In this task, we will use Pinecone's vector database to speed up the search for images. We will integrate Pinecone's approach with Streamlit for the data used in Task 1. We will also compare the performance of Task 1 and Task 3 to see the improvement in search speed.

Deliverables

The deliverables for this project are as follows:

Project Team

This project is developed by Sri Krishnamurthy as a part of the assignment for Algorithmic marketing analyst role at QU analytics.

References