data-science

Data science, data analysis, and machine learning in Clojure https://scicloj.github.io/pages/chat_streams/ for additional discussions
chrisn 2021-06-08T13:59:36.005700Z

I have been working on a proof of concept for replacing the pyplot module of matplotlib - https://github.com/techascent/tech.viz/blob/master/src/tech/viz/pyplot.clj

Chase 2021-06-08T23:14:18.007400Z

any folks using clojure to access the open ai gpt-3 api? I recently got access to the beta. I see they link to javascript and java libraries to access the api but wondering if anyone has already written a clj or cljs wrapper on top of em