Skip to main content
In this recipe we’ll walk through the process of building a voice assistant using the Granite Speech-to-Text model for transcription. The core of our assistant will be powered by two main components:
  • Granite Speech 3.3 8B: Accurately transcribe spoken audio from the microphone into text in real-time.
  • Granite Instruct 3.3 8B: An LLM that can understand the transcribed text and generate intelligent, conversational responses.
I