- Compile and download dependencies with Maven :
mvn clean package
- Download data into a data directory at the root of the project (see instructions here)
To run the webapp, simply execute mvn play2:run -pl webapp
Launch TrainMainSolution from package devoxx.dl4j.core.trainer
As we wanted to experiment the interface betweend ND4J and Keras, we built a Keras model with Tensorflow 2.0.
Everything is available herein the exploration
directory, with all the explanations concerning the python virtualenv we used.