What is this?
- Clust is clustering (in customer segmentation) platform. Started from thesis assigment.
- At the moment, clust using k-medoids and gap statistic to provide customer segment with model RFMD showing all labeling possibility and next action.
- Documentation : Google Docs
How this project is organize?
- assets : css, images, other files to serve vue
- components : small part of ui, ex: sidebar, breadcumb
- composables : reusable method (with state inside)
- layouts : wrapping page with layout
- middleware : method to do before fetching api
- pages : page
- plugins : library configuration
- (please reference to nuxt 3 project for more detail)
How to run this project?
- Make sure clust backend is running
- Make sure npm 18 is installed (or above)
- Run command below
- npm install
- npm run dev
Credit: anantaw81 (PLEASE DO NOT COPY THIS PROJECT WITHOUT PERMISSION)