Part I: Voice Assistant Desktop App with LLaMA3 and Whisper in Rust
In my previous series Desktop QA Assistant With Llama3 in Rust we built a desktop app capable of interfacing with LLaMA3. In this post, we’ll extend the modality of the app to accept audio instructions instead of just text. In this part of the series, we’ll deal with the setup, loading the models and get our text inference up using the rust ML framework called Candle. The series: Part I: The Setup (this post) Part II: Audio instructions and the App Who is this for?...