{"id":21539661,"url":"https://github.com/mitchi-02/expert-system","last_synced_at":"2026-05-21T04:02:35.443Z","repository":{"id":211339746,"uuid":"728868509","full_name":"Mitchi-02/expert-system","owner":"Mitchi-02","description":"A simple Flask App implementing an expert system that uses forward / backward chaining.","archived":false,"fork":false,"pushed_at":"2024-02-08T16:55:41.000Z","size":8085,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-24T08:11:31.251Z","etag":null,"topics":["backward-chaining","expert-system","flask","forward-chaining","python"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mitchi-02.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-07T21:50:39.000Z","updated_at":"2024-02-15T17:45:04.000Z","dependencies_parsed_at":"2023-12-25T17:37:23.537Z","dependency_job_id":"c2805c15-225b-4a67-b715-30d474533d68","html_url":"https://github.com/Mitchi-02/expert-system","commit_stats":null,"previous_names":["xmitchix/expertsystem","mitchi-02/expert-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mitchi-02%2Fexpert-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mitchi-02%2Fexpert-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mitchi-02%2Fexpert-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mitchi-02%2Fexpert-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mitchi-02","download_url":"https://codeload.github.com/Mitchi-02/expert-system/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244116839,"owners_count":20400733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backward-chaining","expert-system","flask","forward-chaining","python"],"created_at":"2024-11-24T04:16:06.747Z","updated_at":"2026-05-21T04:02:35.319Z","avatar_url":"https://github.com/Mitchi-02.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Demo Expert System\nA simple Flask App implementing an expert system that uses forward / backward chaining. The full report can be found [here](https://drive.google.com/file/d/1YXcUCBA3eEH9ZHJV_mYVvqL49ElzRwq-/view?usp=sharing]).\n\n## Getting Started\n\n### Prerequisites\n\nEnsure that you have the following installed on your machine:\n\n- [Python](https://www.python.org/downloads/)\n- [pip](https://pip.pypa.io/en/stable/installation/) (Python package installer)\n- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)\n\n### Installation\n\n1. Open a terminal window.\n\n2. Clone the repository using the following command:\n\n   ```bash\n   git clone https://github.com/Mitchi-02/expert-system.git\n\n3. Navigate to the project directory:\n   ```bash\n   cd expert-system\n4. Set Up Virtual Environment:\n   ```bash\n   python -m venv venv\n   ```\n   On macOS/Linux:\n   ```bash\n   source venv/bin/activate\n   ```\n   On windows:\n   ```bash\n   venv\\Scripts\\activate\n   ```\n5. Install Dependencies\n   ```bash\n   pip install -r requirements.txt\n6. Run the App\n   ```bash\n   python app.py\n7. Deactivate the virtual environment when done:\n   ```bash\n   deactivate\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitchi-02%2Fexpert-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitchi-02%2Fexpert-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitchi-02%2Fexpert-system/lists"}