HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nathankot

no profile record

Submissions

Cars on Film

carsonfilm.tumblr.com
1 points·by nathankot·2 năm trước·0 comments

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

github.com
2 points·by nathankot·3 năm trước·0 comments

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

github.com
9 points·by nathankot·3 năm trước·1 comments

Breathing, Balance, and Posture with Mary Bond

youtube.com
5 points·by nathankot·4 năm trước·0 comments

comments

nathankot
·3 năm trước·discuss
It's very interesting to compare with a more recent performance (2020): https://youtu.be/X6td9KUZMfw?t=5259
nathankot
·3 năm trước·discuss
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 năm trước·discuss
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!