vkmanojk / Fashion-Fiesta

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An e-commerce service with additional try-on facility where the user can witness how he/she would look if he/she wears the selected apparel.

Requisites

Setup

First clone the repository:

git clone https://github.com/vkmanojk/VirtualTrialRoom.git
cd VirtualTrialRoom

Next, run setup.sh, which will create a conda environment and install the required packages via

conda create --name fashionfiesta python=2.7 pip
source activate fashionfiesta
pip install -r requirements.txt

Additionally, setup.sh will clone and setup auxiliary repositories that do the Human parsing, Pose estimation, and Clothing style transfer steps. This process will download models for each of the tasks.

This website was built using Flask and MySQL. The create statements required to initiate the database is also provided in the MySQL-Setup.sql

Test

To run the application, first run the API provided in the Virtual Trial Room repository using

python app.py

Again, run

python app.py

About


Languages

Language:HTML 78.9%Language:JavaScript 12.2%Language:Python 5.8%Language:Less 2.7%Language:CSS 0.2%Language:Hack 0.2%