Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scicloj/scicloj.ml.clj-djl
- Owner: scicloj
- Created: 2021-10-30T05:34:59.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-26T19:13:45.000Z (almost 2 years ago)
- Last Synced: 2024-04-19T16:15:16.230Z (7 months ago)
- Language: Clojure
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- Changelog: CHANGELOG.md
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