How I build a voice AI assistant using assistants API

Hi, Yesterday, I was wondering how I could build an AI voice assistant like Siri. I found out that OpenAI has whispers API that is able to do text-to-speech and speech-to-text.

Since this is a fun project, I decided to build an MVP by get rid of the Whisper part and using browser Javascript API: Web Speech API alongside the assistants API as the main brain.

Here is the tutorial: Build AI voice assistants with openAI assistants API

Here is the source code: AI voice assistants code sample on GitHub