wafiqmuhaz / StyloSense

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StyloSense -

Bangkit Capstone Project 2024

About this project

StyloSense is a platform that links consumers with tailors and offers outfit recommendations tailored to the user's skin tone.

System Architecture

SystemArchitecture

Model–view–presenter (MVP) is a derivation of the model–view–controller (MVC) architectural pattern which mostly used for building user interfaces. In MVP, the presenter assumes the functionality of the “middle-man”. In MVP, all presentation logic is pushed to the presenter.

Model

In an application with a good layered architecture, this model would only be the gateway to the domain layer or business logic.

View

The View, usually implemented by an Activity, will contain a reference to the presenter.

Present

The Presenter is responsible to act as the middle man between View and Model. It retrieves data from the Model and returns it formatted to the View.

Repositories

Branch Name Branch Link
Mobile Development MD Branch
Cloud Computing CC Branch
Machine Learning ML Branch

API Documentations

API Documentation Endpoint Cloud Computing: Endpoint API Documentation Endpoint Machine Learning: Endpoint

UI/UX Design

  • Link Figma Design : Figma

Deployment Link APK Waras

Download Link APK StyloSense:
StyloSense (Google Drive)

About


Languages

Language:Kotlin 100.0%