Skip to content

Web application which takes in measurements and displays how a dress would fit on different body types. Utilizes Django framework to create profiles and dress database so admin can add dresses for users to try on.

Notifications You must be signed in to change notification settings

adhunter1/Virtual-Dressing-Room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual-Dressing-Room

Web application which takes in measurements and displays how a dress would fit on different body types. Utilizes Django framework to create profiles and dress database so admin can add dresses for users to try on.

DEPENDENCIES

Install python with pip

python3 -m venv myvenv or python –m venv myvenv

source myvenv/bin/activate Or myvenv\Scripts\activate

python -m pip install --upgrade pip

pip install -r requirements.txt

pip install Pillow

TO RUN development server

python manage.py runserver

Go to http://127.0.0.1:8000/ to see the site

About

Web application which takes in measurements and displays how a dress would fit on different body types. Utilizes Django framework to create profiles and dress database so admin can add dresses for users to try on.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published