Skip to content

SOOS2908/virtualTrends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

virtualTrends

Description: An E-commerce website with Virtual Try-On implemented using ML 2d image model and dedicated seller-side, courier-side interface

PROGRESS: e-commerce website with HTML+CSS frontend and PHP+MySQL backend is implemented

TODO: find and implement appropriate ml model for applying on 2d image



Getting started:

clone this repository using vs code or any other method

then give the following commmands to terminal:

virtualenv env // create a virtual environment named env

env/Scripts/activate // activate virtual environment (the command is for windows-based, it may be different for linux/unix based

pip install -r requirements.txt // automatically install all the required files and software to run the program // ***if there is still something missing then use the same command "pip install file_name"

python manage.py migrate // something like compilation, just to check if everything is in order

python manage.py runserver // creates a link to open the website and view the functionalities



USE CASE DIAGRAM

image

ACTIVITY DIAGRAM

image

CLASS DIAGRAM

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published