Skip to content

Importing and running trained YOLO v5 model in java Using DJL

Swapnil Gawande edited this page May 24, 2022 · 4 revisions

Deep Java Library

  • Deep Java Library is an Open-source deep learning library Designed by Amazon.

  • Developers can build, train & deploy ML & DL Models in java using this library.

  • It helps Java developers to deploy DL Models in java created using Famous frameworks like PyTorch, TensorFlow, MXNet, ONNX.

  • It provides an extraction layer which helps us to work with Deep learning framework of our choice.

  • for more detail on how to Import model to run it into the Java project check out the repo.


drawing ***