GithubHelp home page GithubHelp logo

matafokka / yikes Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 83 KB

Yes, Intelligent Kicking Expert System

License: GNU Lesser General Public License v3.0

Python 100.00%
expert-system expert-systems python python3 python-3 qt qt5 pyqt pyqt5

yikes's Introduction

YIKES

Yes, Intelligent Kicking Expert System

Here's a little demo on YouTube

What it does?

It solves problems written by you or anyone else.

YIKES will show you all installed problems. Click "Start" on any of those to solve it.

Program will ask you a few questions, you should answer all of them.

At the end, program will show you the results.

How it works?

  1. This is a rule-based system where each result is associated with a set of tags. That makes a full rule.
  2. When user answer a question, they "choose" associated tags.
  3. After all questions has been answered, program goes through each result and checks if it contains all "chosen" tags.
  4. If it does, a result will be presented to the user.
  5. If it doesn't, a result is dismissed.

How do I install it?

In order to run this program, you'll need to install following stuff:

  1. Python 3 interpreter
  2. PyQt5. You can download it from repos of your distro or run: pip install PyQt5. The last way is preferred for Windows.

Then:

  1. Download and extract the source code.
  2. cd to the extracted files.
  3. Run python yikes.py or, if it doesn't work, python3 yikes.py.

How do I create my own problems?

Check problems/example/ directory.

There's ReadMe.txt explaining problem's structure, but anyways:

  • questions.xml - XML file containing questions for the user.
  • results.csv - CSV file containing answers.

These files provides a full tutorial with examples and everything, so you could start creating in almost no time!

yikes's People

Contributors

matafokka avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.