Medical Expert System

An AI-powered expert system for diagnosing diseases based on symptoms.

🏥 Medical Expert System

🔍 GitHub Repository: Medical Expert System on GitHub

📌 Project Overview

  • Developed an AI-powered expert system that helps diagnose diseases based on patient symptoms.
  • Utilizes rule-based inference and experta, an expert system framework in Python.
  • The system asks the user symptom-related questions and predicts possible diseases.
  • Diagnosis includes detailed treatment suggestions for common diseases.
  • Disease information is stored in markdown files, converted to HTML using the pandoc tool.

🔹 Key Features

AI-powered diagnosis: Uses experta to infer diseases based on patient symptoms.
Symptom-based questioning: The system interacts with users to ask about symptoms before predicting a disease.
Disease Information & Treatment: The system provides detailed information about diseases and their treatments.
Markdown-based Knowledge Storage: Stores disease and cure information in markdown files, converted to HTML.


🚀 Getting Started

To run the Medical Expert System locally, follow these steps:

🛠 Dependencies:

Ensure you have the following installed:

  • Python 3.x
  • Experta (Install using pip)

📌 Installation:

  1. Clone the GitHub repository: ```sh git clone https://github.com/BSAkash/Disease-Detection-and-Diagnosis-Expert-System.git cd Disease-Detection-and-Diagnosis-Expert-System