Skip to content

Web-based decision support system with Simple Additive Weighting and Naive Bayes Classifier. Created using Laravel 8 and MySQL.

Notifications You must be signed in to change notification settings

nomenklatur/mycaleg

Repository files navigation

image

My Caleg

This is a Laravel application created to help teenagers in Tebing Tinggi to elect parliament candidates in Tebing Tinggi

Technologies Used

  • Laravel 8.X.
  • PHP 8.0.7
  • Eloquent ORM
  • Blade Templating Engine
  • MySQL

Features

  • Ranks parliament candidates from the most ideal to the least ideal using Simple Additive Weighting
  • Predict the result of election using Naive Bayes Classifier
  • User authentication and authorization

Usage

  • clone this repository $ git clone <repo url>
  • move to project directory $ cd <folder name>
  • create a database called 'mycaleg'
  • run $ composer install
  • run $ php artisan key:generate
  • run $ php artisan migrate
  • run $ php artisan db:seed
  • run $ php artisan serve

Contact

Created by Dimas Eka Putra - feel free to reach out!

About

Web-based decision support system with Simple Additive Weighting and Naive Bayes Classifier. Created using Laravel 8 and MySQL.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published