You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
skoulouzis edited this page Feb 1, 2017
·
1 revision
Download one of the releases form here. This folder contains necessary files for the service to run.
To compile run in E-CO-2 folder:
mvn install
To compile the train module go to the E-CO-2/training folder and run:
mvn compile assembly:single
The generated jar file should be in E-CO-2/training/target/training-1.0-SNAPSHOT-jar-with-dependencies.jar
To compile the classification module go to the E-CO-2/classification folder and run:
``
mvn compile assembly:single
The generated jar file should be in E-CO-2/classification/target/classification-1.0-SNAPSHOT-jar-with-dependencies.jar
To compile the service module go to the E-CO-2/rest folder and run:
``
mvn compile assembly:single
The generated jar file should be in E-CO-2/rest/target/rest-1.0-SNAPSHOT-jar-with-dependencies.jar