Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.3 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.3 KB

Table of Contents:

Introduction

Artificial Intelligence has become popular over the years. The medical field without a doubt can beifit from its growth. The aim of this project is to create a medical expert system that will assist medical practitioners in identifying possible cases of COVID-19.

ES

An expert system contains its knowledge usually in the form of a database, or knowledgebase. By decoupling the knowledge from the actual software algorithm, an expert system can navigate through the database of facts to determine classifications and make decisions. The database is typically created by a human expert, and as such, the extent of knowledge that an expert system contains is typically confined to that of the human providing the content.

Technologies

project is created with:

  • Prolog
  • Using a Knowledge base

Project-File

This is the only file you need to run. -> Moh project file

Setup

To run this project use the site https://swish.swi-prolog.org/ copy and paste the code there:

?- menu. -> enter in terminal.

Status

Completed.