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/04/10 07:05] admin [HeaRTDroid] |
start [2026/03/09 10:54] (current) admin |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ====== HeaRTDroid ====== | ====== HeaRTDroid ====== | ||
| 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. | ||
| - | It can be downloaded from [[https://bitbucket.org/sbobek/heartdroid/downloads/|Bitbucket]] | + | Modelling is supported with [[http://heartdroid.re/hwed/|HWEd web editor]]. \\ |
| + | HeaRTDroid can be downloaded from [[https://github.com/sbobek/heartdroid|Github]] | ||
| Key features are: | Key features are: | ||
| Line 36: | 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: | ||
| Line 217: | Line 218: | ||
| The model is created with HMR+ notation. | The model is created with HMR+ notation. | ||
| To learn more about this, go to the [[pub:software:heartdroid:tutorials:hmr_quickstart|HMR language quickstart]] tutorial. | To learn more about this, go to the [[pub:software:heartdroid:tutorials:hmr_quickstart|HMR language quickstart]] tutorial. | ||
| - | You can use HWEd online web editor for this purpose: [[http://glados.kis.agh.edu.pl/hwed/|HWEd web editor]] | + | You can use HWEd online web editor for this purpose: [[http://heartdroid.re/hwed/|HWEd web editor]] |
| If you want to use it on your server, please visit [[https://bitbucket.org/sbobek/hwed|HWEd website]] for more details on how to do this. | If you want to use it on your server, please visit [[https://bitbucket.org/sbobek/hwed|HWEd website]] for more details on how to do this. | ||