Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scicloj/scicloj.ml.clj-djl

clj-djl models for metamorph.ml and scicloj.ml
https://github.com/scicloj/scicloj.ml.clj-djl

Last synced: 5 days ago
JSON representation

clj-djl models for metamorph.ml and scicloj.ml

Awesome Lists containing this project

README

        

(https://img.shields.io/clojars/v/org.scicloj/scicloj.ml.clj-djl.svg)]
(https://clojars.org/org.scicloj/scicloj.ml.clj-djl)

#+TITLE: scicloj.ml.clj-djl

clj-djl (incl. fasttext) models for metamorph.ml and scicloj.ml

see examples here: [[https://github.com/scicloj/scicloj.ml-tutorials/blob/main/src/scicloj/ml/third_party.clj][scicloj.ml-tutorials/src/scicloj/ml/third_party]]

Test with different version of clj-djl:

#+begin_src sh
clojure -M:test # latest
clojure -M:test-0.1.6 # other version
#+end_src