Build Your Own AI Assistant with Hugging Face on NVIDIA DGX Spark
NVIDIA·2026-01-06 20:08

Let's build a personal assistant. I want it to help me with my calendar, emails, to-do lists, and even keep an eye on my home. I use Brev to turn my DGX Spark into a personal cloud. So, I can use the same interface whether I'm using a cloud GPU or a DGX Spark.I use a Frontier model API to easily get started. I wanted to help me with my emails, so I create an email tool for my agent to call. I want my emails to stay private, so I'll add an open model that's running locally on the Spark.Now, for any job, I wa ...