Actions
Installing¶
- Table of contents
- Installing
Getting and running mrft
¶
The ideal way of getting mrft
is to build it from source, that way you can be
sure to be using the latest version.
Building from source¶
- Make sure you have Java JDK >=1.8 installed
- Install Ant
- Clone the repository:
git clone https://gitlab.com/riddler_arg/mrft.git
- Enter the folder:
cd mrft
- Build:
ant fat-jar
- Run:
java -jar mrft-VERSION.jar
Direct download¶
Once it's stable enough I will post a direct download link here... but really,
building it is easy!
Well... here (jars.jpg) are some packaged jars
, and the binaries are in the Files page.
Quick start¶
Once running go to Examples
-> Select one and press F5
so it will start
training.
What's next?¶
- Getting familiar with the mrft GUI
- Generating and transforming data
- Integration
- Detecting normal EKG pulses
Contributing¶
- Help Transalte!. Read the official announcement.
Updated by Federico Vera over 2 years ago · 12 revisions
Go to top