nizarfadlan / cat-disease-diagnosis

This is an expert system program with the Dempster Shafer method created on a website using the PHP programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

πŸ₯Ÿ Help me!

don't forget ⭐️ :D

Cat Disease Diagnosis

Preview Home Website This is an expert system program with the Dempster Shafer method created on a website using the PHP programming language. This expert system is to determine what disease in cats is through the symptoms suffered.

Getting Started

This project require PHP and MySQL.

Install

Clone this project

> git clone https://github.com/nizarfadlan/cat-disease-diagnosis.git
> cd cat-disease-diagnosis
> run web server and redirect path localhost to project

Set up database

Import database to your MySQL

> create database dempster_shafer
> import backup/dempster_shafer.sql to your MySQL
> edit file modules/koneksi.php

Account

User admin

Username: admin Password: admin

User

Username: test Password: test


Features

User Yes
Change username βœ…
Change name βœ…
Change password βœ…
View diagnosis history and print history result βœ…
Admin Yes
Change username βœ…
Change name βœ…
Change password βœ…
Add disease βœ…
Add symptoms βœ…
Add to the relationship between disease and symptoms βœ…
View diagnosis history and print history result users βœ…

NOTE: Sorry this code is very messy because i only use it for learning and its use is not for production only study so sorry if the code is not clean or messy.


Thanks to

  • Haidar Ikram Ramadhan (UI)

About

This is an expert system program with the Dempster Shafer method created on a website using the PHP programming language.

License:MIT License


Languages

Language:PHP 93.0%Language:CSS 6.9%Language:Hack 0.2%