/Medical-Diagnosis-Expert-System

Expert System which tells what disease you have by analyising your symptoms

Primary LanguagePython

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 freeze > 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