/TRYON

Primary LanguageJavaScript

TRYON

The project named Tryon is an innovative mobile application enabling the reconstruction of objects from multiple images. Initially focused on clothing reconstruction, this application aims to create a virtual dressing room offering an immersive experience. Its fundamental concept lies in the ability to reconstruct clothing items through a series of images, thus providing users with the opportunity to virtually explore different outfits. Tryon aspires to revolutionize the way consumers interact with clothing by providing a platform where they can visualize and try on clothes without the need to physically wear them.

Expo app

Make sure you have Node.js installed on your system.

Install the Expo CLI globally by running:

npm install -g expo-cli

On your mobile device:

  • For iOS users: Install Expo Go from the App Store.
  • For Android users: Install the Expo app from the Google Play Store.

To run the expo app:

expo install

expo start

Python app

Description

This guide demonstrates how to set up and utilize a Python virtual environment for running the 3Dreconstruction.py .

Installation

  1. Install virtualenv (if not installed) pip install virtualenv
  2. Create a Virtual Environment virtualenv virtual_env_name
  3. Activate the Virtual Environment: On windows : virtual_env_name\Scripts\activate On Mac/Linux : source virtual_env_name/bin/activate
  4. Install project dependencies and libs run pip install -r requirements.txt
  5. Running script run python 3Dreconstruction.py