Skip to content

vcr11/VTR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual-Trail-Room

  • Virtual Trail Room is an augmented reality dressing room where user or customer will allow to try apparel on their body it self. Virtual Trail Room where the image of the user is captured by the webcam or any other camera and given as an input. By using the face and body detection techniques, the video is scanned for the presence of human faces and then product images are masked. Now the masked image is superimposed and the user can see the images of the dresses and face accessories on them self.
  1. VTR Provides real-time experience on wearables like cloths, ornaments, etc.
  2. VTR saves users time instead of going offline shopping which they can do online.
  3. Used HTML, CSS and JavaScript for frontend. Python and Flask was used for back-end and MySQL for maintaining database.

Project Setup Process :

Step 1:

Please install any Python Environment or IDE such as Anaconda...
To run :
\Project>python main.py

('.' Run this command if you've already installed all the packages, otherwise follow from Step 2)

Step 2: Packages to install :

pip install cmake

Step 3:

pip install dlib

If it doesn't work then, visit this Github repository and download.

https://github.com/datamagic2020/Install-dlib

then go to the downloads and copy the path where github repository is downloaded, and also copy the file name.

pip install "github repository path\filename"

Still not able to follow? Watch this to install dlib - https://www.youtube.com/watch?v=AUJKdehF2ZA

Step 4:

pip install flask

Step 5:

pip install imutils

Step 6:

pip install opencv-python

Step 7:

pip install tk

Step 8:

pip install pillow

Step 9:

pip install flask_pymongo

Step 10:

pip install tk

Now RUN `python main.py`

After successfully completing run process you will get one URL(local host url)... Click on that URL and you will redirect to Default Browser on your system...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published