-
Notifications
You must be signed in to change notification settings - Fork 4
MidPresentation
ttoru96 edited this page Oct 31, 2019
·
1 revision
- Short intro about wearHouse project (1 min) (1 person)
- Live demo (4 mins) (1 person)
- QnA (3 mins) (2 people)
- Service Description
- Architecture
- ML Feature + ML API
- When user enters website, system displays landing page with login feature.
- User inputs id and password.
- Upon login success, user enters main browse page.
- Upon clicking 'Add Outfit' button, user enters add-outfit mode.
- Upon confirming image to be uploaded, classified items will be automatically displayed as a result of ML API (DeepFashion).
- User can edit or delete items and tag info. 7-1. Upon clicking 'confirm' button, outfit will be published and user will be redirected to detail page of newly added outfit. 7-2. Upon clicking 'cancel' button, all changes will be discarded and user will be redirected to main browse page.