Skip to content
/ sipax Public

Sistem Pakar Diagnosis Penyakit Anthrax pada Hewan dengan Metode Certainty Factor

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.md
Notifications You must be signed in to change notification settings

AIMAGU/sipax

Sipax Logo
Sistem Pakar Diagnosis Penyakit Anthrax pada Hewan dengan Metode Certainty Factor
Donate

Aplikasi berbasis website menggunakan PHP dengan framework Yii versi 2 menerapkan metode forward chaining dalam proses penentuan diagnosa dan pengolahan nilai kepastian menggunakan metode certainty factor.

NOTE: Aplikasi ini dibangun pada 29 Juni 2019. Pastikan selalu memperbarui apabila terdapat pembaruan sistem.

Paket Aplikasi

Pada aplikasi ini terdiri dari beberapa modul diantaranya:

  • Modul Gejala
  • Modul Diagnosa
  • Modul Pakar
  • Modul Aturan / Basis Pengetahuan
  • Modul User / Pengguna
  • Modul Konsultasi
  • Menggunakan cara kerja Forward Chaining
  • Menggunakan Metode Certainty Factor (Metode CF)

Kebutuhan Sistem

Adapun kebutuhan sistem untuk menjalankan program ini diantaranya:

  • Yii Framework versi 2 keatas
  • Web server
  • PostgreSQL / MySQL
  • Bootstrap versi 4.0
  • PHP versi 7 keatas

Installation

The preferred way to install this extension is through composer. Remember to refer to the composer.json for this extension's requirements and dependencies.

Install

Clone master

git clone https://github.com/AIMAGU/sipax.git

Demo

You can see a demonstration here on usage of these widgets with documentation and examples.

[PETUGAS]
Username: userpetugas
Password: petugas

[PAKAR]
Username: userpakar
Password: pakar

[PENGGUNA]
Username: userkonsultasi
Password: konsultasi


(Mohon gunakan aplikasi demo ini dengan bijak, kami hanya ingin berbagi)

Pengaturan

Database

//Path config/db.php
return [
    'class' => 'yii\db\Connection',
	'dsn' => 'pgsql:host=localhost;port=5433;dbname=db_name', //PostgreSQL
	//'dsn' => 'mysql:host=localhost;dbname=db_name', //MySQL
	'username' => 'username',
	'password' => 'password',
	'charset' => 'utf8',
];

Konfigurasi Pertanyaan

//Path config/params.php
return [
    'adminEmail' => 'email@example.com',
    'senderEmail' => 'emailkirim@example.com',
    'senderName' => 'Nama Pengirim',
    'tanya_awal' => 'Apakah ', //Digunakan untuk mengatur pertanyaan tanya jawab saat konsultasi
    'tanya_akhir' => '?',
];

Screenshot Aplikasi

Tampilan Desktop

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Tampilan Mobile

Screenshot

Screenshot

Screenshot

Database Installation

yii migrate

Kontak

Kontak via Whatsapp

License

SIPAX is released under the BSD-3-Clause License. See the bundled LICENSE.md for details.

About

Sistem Pakar Diagnosis Penyakit Anthrax pada Hewan dengan Metode Certainty Factor

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.md

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published