Robot Logs 0
Emitting velocity commands too slowly can lead to poor behavior in a face tracking robot. After deploying my face-tracker model to a…
Thoughts on software engineering, artificial intelligence, and life.
Emitting velocity commands too slowly can lead to poor behavior in a face tracking robot. After deploying my face-tracker model to a…
We only learn from error. The same could be said for neural networks. I implemented a vision-language-action model trained to follow faces…
One of the more beautiful outcomes of AI development in recent years is the ability to quickly transform any written text into a spoken word…
Generative AI tools can make writing SQL very easy: ask a question, and an LLM will translate it into a SQL query that provides the answer…
Ever had too many emails in your inbox? In many jobs, people deal with a flood of incoming messages via email or chat software. This can be…
"All that is gold does not glitter, Not all those who wander are lost…" — J. R. R. Tolkien Below is an implementation of a graph structure…
Django's debugger works great in a development environment, but one of the first rules of deployment is to set : after all, you wouldn't…