A repository demonstrating using the MXNet Java API for inference
- Follow the instructions in the MXNet website Java API setup.
- Build by running
mvn clean install dependency:copy-dependencies
- Run the image classification example by running
java -cp "target/javaMXNet-1.0-SNAPSHOT.jar:target/dependency/*" MXNetDemo.App