This project is a simple voice assistant application that uses Speech-to-Text (STT), a Large Language Model (LLM), and Text-to-Speech (TTS) to create a conversational AI. The assistant listens to audio input from a microphone, converts it to text, processes the text using a language model, and then converts the response back to speech.
Built with