Skip to content

shivaamm/Trail-Room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 

Repository files navigation

Bytecoders Hits

Repository for Myntra HackerRamp: Campus Edition 2021

MARK it as STAR⭐ and fork it to make changes and to get the phase PPT's.

Phase 1 PPT

https://docs.google.com/presentation/d/17DITVg5c5THc35s57EnLpCQPImE4iTpbUdG6fnfA45k/edit#slide=id.gf70e5ac737_0_77

Phase 2 (Star⭐ and connect with me for phase 2 ppt)

Virtual-Trail-Room and Beauty Products Recommendation system (Updated)

  • 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.

  • The recommendation system inputs your preferences like the type of product, skin type, price range and in turn recommends the quality products with ingredients details,price and the customer ratings and try-on feature for after effects.

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...