https://github.com/ahmedsalman74/expert-system-for-ai-tools-recommendation
Expert system for AI tools Recommendation that use GPT 3
https://github.com/ahmedsalman74/expert-system-for-ai-tools-recommendation
ai ai-tools expert-system python3 tkinter tkinter-gui
Last synced: 7 months ago
JSON representation
Expert system for AI tools Recommendation that use GPT 3
- Host: GitHub
- URL: https://github.com/ahmedsalman74/expert-system-for-ai-tools-recommendation
- Owner: ahmedsalman74
- Created: 2023-05-18T18:05:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-25T22:33:11.000Z (over 2 years ago)
- Last Synced: 2025-01-28T11:39:29.648Z (9 months ago)
- Topics: ai, ai-tools, expert-system, python3, tkinter, tkinter-gui
- Language: Python
- Homepage:
- Size: 211 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GUI for : Expert system for AI tools recommendation Using Python and Experta
### An Expert System using python and experta with tkinter GUI
![]()
Python version that support Experta: `3.9.13`
---
## Install Dependencies First```console
pip install experta
pip install tk
pip install Pillow
```### cd into the project
```console
py start.py
```