|
32 | 32 | {:tag/id "nlp", :tag/description "natural language processing"} |
33 | 33 | {:tag/id "llm", :tag/description "large language models and related services"}] |
34 | 34 |
|
35 | | - :teodorlu/questions [ |
36 | | - ;; I'm having a bit of a hard time understanding the motivation between having both the star |
| 35 | + :teodorlu/questions [;; I'm having a bit of a hard time understanding the motivation between having both the star |
37 | 36 | ;; and :readiness :experimental. Does that mean /some/ of the API is considered stable, but |
38 | 37 | ;; the library is still under active development, and collaboration is invited? |
39 | 38 | ;; |
40 | 39 | ;; Perhaps we can be even clearer on what the call to action / "job to be done" for tags :) |
41 | 40 | ] |
42 | 41 | :libs |
43 | 42 | [;; # Diverse toolsets |
44 | | - ({:lib/name "fastmath", |
45 | | - :lib/url "https://github.com/generateme/fastmath", |
| 43 | + ({:lib/name "noj", |
| 44 | + :lib/url "https://github.com/scicloj/noj", |
46 | 45 | :lib/category :div-tools, |
47 | | - :tags #{:stat :rand :act :ml :math}, |
| 46 | + :tags #{:act}, |
48 | 47 | :star :star, |
49 | 48 | :description |
50 | | - "a collection of functions for mathematical and statistical computing, machine learning, etc., wrapping several JVM libraries"} |
51 | | - {:lib/name "noj", |
52 | | - :lib/url "https://github.com/scicloj/noj", |
| 49 | + "an toolkit with the main relevant Scicloj libraries"} |
| 50 | + {:lib/name "fastmath", |
| 51 | + :lib/url "https://github.com/generateme/fastmath", |
53 | 52 | :lib/category :div-tools, |
54 | | - :tags #{:act}, |
| 53 | + :tags #{:stat :rand :act :ml :math}, |
55 | 54 | :star :star, |
56 | 55 | :description |
57 | | - "a work-in-progress library collecting a few of the relevant data & science with additional convenience layers composing them together"} |
| 56 | + "a collection of functions for mathematical and statistical computing, machine learning, etc., wrapping several JVM libraries"} |
58 | 57 | {:lib/name "spork", |
59 | 58 | :lib/url "https://github.com/joinr/spork", |
60 | 59 | :lib/category :div-tools, |
|
189 | 188 | :tags #{:vis :vega}, |
190 | 189 | :star :star, |
191 | 190 | :description |
192 | | - "a minimal wrapper over Vega/Vega-lite as a single JVM-only Clojure library, using the GraalJS javascript runtime, which [does not require GraalVM runtime](https://github.com/graalvm/graaljs/blob/master/docs/user/RunOnJDK.md) to run." |
193 | | - } |
| 191 | + "a minimal wrapper over Vega/Vega-lite as a single JVM-only Clojure library, using the GraalJS javascript runtime, which [does not require GraalVM runtime](https://github.com/graalvm/graaljs/blob/master/docs/user/RunOnJDK.md) to run."} |
194 | 192 | {:lib/name "xvsy", |
195 | 193 | :lib/url "https://github.com/dvdt/xvsy", |
196 | 194 | :lib/category :vega-rendering, |
|
239 | 237 | :star :star, |
240 | 238 | :description |
241 | 239 | "easy layered graphics with Hanami & Tablecloth"} |
242 | | - {:lib/name "cljplot", |
| 240 | + {:lib/name "cljplot", |
243 | 241 | :lib/url "https://github.com/generateme/cljplot", |
244 | 242 | :lib/category :data-visualization-libraries, |
245 | 243 | :tags #{:vis :exp :act}, |
|
789 | 787 | :description "a Clojure wrapper for Stanford CoreNLP"}) |
790 | 788 |
|
791 | 789 | ;; Large language models and related services |
792 | | - ( |
793 | | - {:lib/name "Bosquet", |
| 790 | + ({:lib/name "Bosquet", |
794 | 791 | :lib/url "https://github.com/zmedelis/bosquet", |
795 | 792 | :lib/category :large-language-models, |
796 | 793 | :tags #{:act :llm}, |
|
0 commit comments