Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 569 Bytes

README.MD

File metadata and controls

18 lines (11 loc) · 569 Bytes

Medical Diagnosis Expert System

This is an Expert System Shell written in Python using experta which predicts the disease a person has according to the symptoms inputted.

Installation

Use the below command to install all requirements of the project and then run main.py.

pip install -r requirements.txt

Usage

Type python main.py in the command line to run the program and enter yes/no/high/low according to whatever symptom you have.

License

MIT