Voice-driven interactions with groq, a real-time voice assistant that seamlessly blends Next.js for web functionality, Groq for LLM, Deepgram for live transcription TTS with Neets for TTS. Next.js Deepgram Groq Neets.
groq.webm
Follow these steps to get started with this application.
Go to GitHub and clone the repository.
Install the project dependencies.
npm install
Copy the code from sample.env.local
and create a new file called .env.local
. Paste in the code and enter your API key.
DEEPGRAM_API_KEY="apikey"
NEETS_API_KEY="apikey"
GROQ_API_KEY="apikey"
Once running, you can access the application in your browser.
npm run dev