Sistem Pakar Diagnosis Penyakit Anthrax pada Hewan dengan Metode Certainty Factor
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 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.
Username: petugas
Password: 123123
Naskah dapat di download pada link berikut Download Naskah
(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
Tampilan Mobile
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.