desenfirman / restaurant-dss

A final project for Decision Support System (DSS) Course - Faculty of Computer Science, Brawijaya University

Home Page:https://i.imgur.com/Q4Zruin.gif

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restaurant Finder w/ Analytical Hierarchy Process DSS

A restaurant finder app using AHP-DSS. Final project for Decision Support System course - Faculty of Computer Science, Universitas Brawijaya.

Repository structure

restaurant-dss/
    css/
        bootstrap.min.css       # bootstrap theming

    experiment/
        data ta3.xlsx           # spreadsheet version of algorithm

    js/
        bootstrap.min.js
        database_export.js      # dataset used
        jquery-3.2.1.min.js     # jquery
        popper.min.js           # popper for bootstrap
        script.js               # main AHP script

    index.html                  # main index app
    README.md                   # this file
    star.png                    # just favicon

Data

This final project using data from restaurant around Malang City. We grab some information about restaurant rating and distance from Google Maps. The distance that used in this project are distance from restaurant to Universitas Brawijaya. Meanwhile, the price data information are grabbed from Go-Jek. We use average price of food in restaturant as main price. The data is taken from November to December 2017.

Demo

On the left side, user can see the restaurant dataset that we use in this app.

Check dataset

On the right side, user should input some criteria before system giving reccomendations. The criteria value are represented as slider which a signification weight between another criteria. Click submit to see the restaurant recommendation.

Input criteria weight

Final report

You can check this link for report (Bahasa Indonesia)

By

1. Ageng Wibowo
2. Albert Bill Alroy
3. Aldous Elpizochari
4. Dese N. Firmansyah
5. I Made Jeri Permana
6. Ricky Marten S. T.

About

A final project for Decision Support System (DSS) Course - Faculty of Computer Science, Brawijaya University

https://i.imgur.com/Q4Zruin.gif

License:GNU General Public License v3.0


Languages

Language:HTML 52.6%Language:JavaScript 47.4%