aaronmarkham commented on a change in pull request #13289: Initial website documentation for Java API URL: https://github.com/apache/incubator-mxnet/pull/13289#discussion_r235481720
########## File path: docs/api/java/index.md ########## @@ -0,0 +1,12 @@ +# MXNet - Java Inference API + +MXNet supports Java for performing inference on a trained model. The MXNet Java Inference API is an extension of the [Scala Infer API](../../api/scala/infer.html) which provides model loading and inference functionality. + +The goal of the MXNet Java package is to provide an efficient and easy to use inference API. +The MXNet Java package makes it easy to quickly deploy an existing model into a production level Java ecosystem. + Review comment: Since you have a dedicated install page, why not add it here? ```suggestion ## Installation * [MXNet Java Inference API setup instructions](../../install/java_setup.md) ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
