Skip to content

A simple Flask App implementing an expert system that uses forward / backward chaining.

Notifications You must be signed in to change notification settings

Mitchi-02/expert-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Expert System

A simple Flask App implementing an expert system that uses forward / backward chaining.

This is an academic mini project.

Getting Started

Prerequisites

Ensure that you have the following installed on your machine:

Clone the Repository

  1. Open a terminal window.

  2. Clone the repository using the following command:

    git clone https://github.com/Mitchi-02/expert-system.git
    
  3. Navigate to the project directory:

    cd expert-system
  4. Set Up Virtual Environment:

    python -m venv venv

    On macOS/Linux:

    source venv/bin/activate

    On windows:

    venv\Scripts\activate
  5. Install Dependencies

    pip install -r requirements.txt
  6. Run the App

    python app.py
  7. Deactivate the virtual environment when done:

    deactivate

About

A simple Flask App implementing an expert system that uses forward / backward chaining.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published