HackerTrans
トップ新着トレンドコメント過去質問紹介求人

nathankot

no profile record

投稿

Cars on Film

carsonfilm.tumblr.com
1 ポイント·投稿者 nathankot·2 年前·0 コメント

Netron is a viewer for neural network, deep learning and machine learning models

github.com
2 ポイント·投稿者 nathankot·3 年前·0 コメント

Show HN: Bashi – open-source and extensible AI assistant platform and app

github.com
9 ポイント·投稿者 nathankot·3 年前·1 コメント

Breathing, Balance, and Posture with Mary Bond

youtube.com
5 ポイント·投稿者 nathankot·4 年前·0 コメント

コメント

nathankot
·3 年前·議論
It's very interesting to compare with a more recent performance (2020): https://youtu.be/X6td9KUZMfw?t=5259
nathankot
·3 年前·議論
I released a proof of concept yesterday which is basically a very rudimentary version of your second sentence: https://github.com/nathankot/bashi
nathankot
·3 年前·議論
Hi HN, sorry for yet another AI related post =D like many of you I've been playing around with GPT recently. I set out to see if I could get a model to interpret requests and take action in an extensible manner.

At some point along this journey I discovered LangChain, which has lots of similarities. But I think one potentially novel thing for this crowd is that Bashi works by asking the model to interact with effectively a REPL, where function calls can have real side effects. On the other side there is an interpreter for a subset of javascript.

It also comes with an OSX app, so if you're on mac you can test out and hack on the proof of concept right away :)

Hope that this can spawn some interesting use cases and prove useful for some of you!