HeaRTDroidHeaRTDroid is a rule-based inference engine both for Android mobile devices, and desktop solutions
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
start [2019/12/18 08:58] admin |
start [2026/03/09 10:54] (current) admin |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| HeaRTDroid is a rule-based inference engine both for **Android mobile devices, and desktop solutions** that is based on [[http://ai.ia.agh.edu.pl/wiki/hekate:heart|HeaRT]] inference engine. It is distributed under the GNU General Public License. | HeaRTDroid is a rule-based inference engine both for **Android mobile devices, and desktop solutions** that is based on [[http://ai.ia.agh.edu.pl/wiki/hekate:heart|HeaRT]] inference engine. It is distributed under the GNU General Public License. | ||
| Modelling is supported with [[http://heartdroid.re/hwed/|HWEd web editor]]. \\ | Modelling is supported with [[http://heartdroid.re/hwed/|HWEd web editor]]. \\ | ||
| - | HeaRTDroid can be downloaded from [[https://bitbucket.org/sbobek/heartdroid/downloads/|Bitbucket]] | + | HeaRTDroid can be downloaded from [[https://github.com/sbobek/heartdroid|Github]] |
| Key features are: | Key features are: | ||
| Line 37: | Line 37: | ||
| === Loading a model to HeaRTDroid=== | === Loading a model to HeaRTDroid=== | ||
| First, you need to get the HeaRTDroid inference engine. | First, you need to get the HeaRTDroid inference engine. | ||
| - | - You can download the latest version in a form of JAR file, that can be added to your Java project from: or [[.:downloads:start|Download section]] or from [[https://bitbucket.org/sbobek/heartdroid/downloads|Bitbucket]] | + | - You can download the latest version in a form of JAR file, that can be added to your Java project from [[https://github.com/sbobek/heartdroid|GitHub]] |
| - | - You can download the source code with a command line: <code bash>hg clone https://bitbucket.org/sbobek/heartdroid/</code> | + | - You can download the source code with a command line: <code bash>git clone https://github.com/sbobek/heartdroid</code> |
| After that you can create an ''XTT2Model'' object and load the ''HMR'' file to it: | After that you can create an ''XTT2Model'' object and load the ''HMR'' file to it: | ||