Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gesangpj/kmeans_kopi

K-Means Project For Coffe Plant
https://github.com/gesangpj/kmeans_kopi

apache2 codeigniter3 coffe-plant coffee docker elbow-method k-means k-means-clustering mysql php xampp xampp-server

Last synced: 22 days ago
JSON representation

K-Means Project For Coffe Plant

Awesome Lists containing this project

README

        

# K-MEANS PROJECT

### This is K-Means visualization website for Coffe Plants

### 1. Dashboard

A Dashboard to get Arduino Sensor Data

### 2. Dataset Upload

Upload the dataset or another custom dataset

### 3. Elbow Optimization

Use the uploaded dataset to Start Elbow Optimization

### 4. Centroid Type

Choose which type of centroid :
- Means
- Random

### 5. K-Means Process

See the details of K-Means calculation like Euclidean Distance

### 6. Result

See the result of K-Means Clustering

### 7. Export Result

Export the K-Means cluster, for now it's docx format

## Requirements

- Xampp 7.4.33
- Composer (PHP Composer)

## Setup

1. Clone to your directory
2. Edit database connection '../config/database.php' to your database connection preference
3. Edit base_url if needed ('../config/config.php')
4. Import Database in '../data/' (kopi.sql) to your MySQL Server
5. Run Composer Install and wait
6. Open the project web in your browser