Skip to content

dreamvrutik/Deep-Fashion

Repository files navigation

Deep Fashion

Deep Fashion app created using PYTHON

This app is created for cloth suggestion. The app takes input from the user which is the path to image on your local machine , then it passes the image through Object Detection Model which detects the clothes present in the image and crops the image to fashion apparel with highest confidence.

This cropped image is then passed to other model which takes the cropped image as an input and finds similar matching images in the database.

The image is matched with other images on the basis of following three things : 1. Color 2. Shape 3. Pattern

Then the top 5 images matching the input image apparel are shown along with the cropped apparel image.

Following are the examples tested with our model :

Input 1: Image of Input1 Image of Input1 Boxed Image of Input1 Cropped Image of Input1 Result

Input 2: Image of Input2 Image of Input2 Boxed Image of Input2 Cropped Image of Input2 Result

About

Deep Fashion app created using PYTHON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages