Skip to content
@HACKUPC-Try-on

HACKUPC - Try on!

TryOn! Logo

Welcome to TryOn! 🚀

Welcome to our solution for the InditexTech challenge at HackUPC 2024. We are thrilled to introduce TryOn!, a mobile app that allows users to try on clothes similar to their chosen outfits using the provided Inditex product dataset. The main goal of the challenge was to find product similarities, and we've taken this a step further by matching user outfits with dataset products in a sleek and user-friendly app. Users can either take a photo or select one from their gallery, and TryOn! will find a set of similar items from the dataset. For more technical details, check out our backend-core repository.

Table of Contents

  1. App Features
  2. Experiment with Our Backend
  3. App Flow Diagram
  4. Dataset Details

App Features

First Feature: Explore Similar Products 🕵️‍♂️

Check out the screenshots below to get a glimpse of this first feature!

Feature 0 Image 1 Feature 0 Image 2 Feature 0 Image 3

Second Feature: Virtual Try-On 👗👔

Finding clothes that look great is one thing, but integrating them into your style is another. That's why TryOn! allows users to virtually wear clothes recommended by similarity. Choose any item, and watch as it seamlessly replaces your current outfit. While it may seem like magic, the technology behind this feature is quite robust. Dive into our backend-tryon-inference repository to learn how it works.

Here are some of the results of our virtual try-on:

Feature 1 Image 1 Feature 1 Image 2 Feature 1 Image 3

Feature 1 Image 4 Feature 1 Image 5 Feature 1 Image 6

Beyond Clothes: Experiment with Our Backend 🧪

Our system is designed around the Inditex dataset, but the fun doesn't stop with clothes! Visit our backend to try out materials or objects that aren't even clothes, leading to hilarious and funny results like this one using "Bananas" 🍌.

Feature 2 Image 1 Feature 2 Image 2 Feature 2 Image 3

App Flow Diagram

To summarize the app flow, think of the starting place as an empty canvas where the user can either take a picture with the phone camera or upload one from the gallery. Once that is done, TryOn! will show the user 5 similar clothing items from the catalog (which is a parametrizble number). That's it for similar clothing exploration.

As for the virtual try on, assuming the user has completed the stages above, having a picture on the app and the similar images are being shown, when one of the recommended items is chosen, a process of virtual try on will begin. The result is a modification of the original picture where the user is now wearing the selected item.

When this final stage is reached, new similar items are shown based on the item chosen to try on, and the process can continue on and on, providing an engaging experience where one can explore the catalog indefinitely.

Below is the diagram illustrating the flow of the application which helps to visualize how the components interact.

App Flow Diagram

Dataset preparation

The dataset used in this project was downloaded using a Python script. The script is available on GitHub as a gist. For those interested in how we obtained and prepared our data, you can view and download the script.

Popular repositories Loading

  1. .github .github Public

    ️🧢 TryOn! 👕 💫

    3

  2. backend-core backend-core Public

    Python 1

  3. android-app android-app Public

    Kotlin

  4. backend-tryon-inference backend-tryon-inference Public

    Inference code for TryOn cloth prove.

    Python

Repositories

Showing 4 of 4 repositories
  • .github Public

    ️🧢 TryOn! 👕 💫

    HACKUPC-Try-on/.github’s past year of commit activity
    3 0 0 0 Updated May 5, 2024
  • HACKUPC-Try-on/backend-core’s past year of commit activity
    Python 1 0 0 0 Updated May 5, 2024
  • HACKUPC-Try-on/android-app’s past year of commit activity
    Kotlin 0 0 0 0 Updated May 5, 2024
  • backend-tryon-inference Public

    Inference code for TryOn cloth prove.

    HACKUPC-Try-on/backend-tryon-inference’s past year of commit activity
    Python 0 CC0-1.0 0 0 0 Updated May 5, 2024

Top languages

Loading…

Most used topics

Loading…