This is an automated email from the ASF dual-hosted git repository. jevans pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/mxnet-site.git
commit 0ff3de2581a748b2895cbebb94da1452388cf430 Author: Zhaoqi Zhu <[email protected]> AuthorDate: Tue Feb 23 12:09:51 2021 -0800 Update index.html --- versions/1.7.0/ecosystem/index.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/versions/1.7.0/ecosystem/index.html b/versions/1.7.0/ecosystem/index.html index 4b621611afed..c207823fff4a 100644 --- a/versions/1.7.0/ecosystem/index.html +++ b/versions/1.7.0/ecosystem/index.html @@ -444,6 +444,30 @@ if(!(window.doNotTrack === "1" || navigator.doNotTrack === "1" || navigator.doNo </div> </a> </div> + </div><div class="col-3"> + <div class="card"> + <a href="https://djl.ai/"> + <div class="card-text"> + <div class="card-header-title"> + <h4>DJL</h4> + <img src=""> + </div> + <p class="card-summary">DJL is an open source library to build and deploy deep learning in Java.</p> + </div> + </a> + </div> + </div><div class="col-3"> + <div class="card"> + <a href="https://auto.gluon.ai/stable/index.html"> + <div class="card-text"> + <div class="card-header-title"> + <h4>AutoGluon</h4> + <img src=""> + </div> + <p class="card-summary">AutoGluon enables easy-to-use and easy-to-extend AutoML with a focus on deep learning and real-world applications spanning image, text, or tabular data.</p> + </div> + </a> + </div> </div></div> <br><br> </div>
