An open API service indexing awesome lists of open source software.

https://github.com/spark-engine-ai/alice

A voice AI named ALICE (Audio Language Interface and Communication Engine) which uses Deepgram, Groq and Neets APIs
https://github.com/spark-engine-ai/alice

ai audio deepgram gpt groq javascript llm node react voice voice-ai

Last synced: 3 months ago
JSON representation

A voice AI named ALICE (Audio Language Interface and Communication Engine) which uses Deepgram, Groq and Neets APIs

Awesome Lists containing this project

README

          

# Groq-Powered Real-Time Voice Assistant with Next.Js neets deepgram

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](https://nextjs.org/) [Deepgram](https://deepgram.com/) [Groq](https://groq.com/) [Neets](https://neets.ai/).

## Example Video
[Example Video](https://github.com/serkandyck/realtime-voice-assistant-groq/assets/12444059/f2823fcb-d42f-4901-be17-f61d6e38e1c0)

## Quickstart

### Manual

Follow these steps to get started with this application.

#### Clone the repository

Go to GitHub and [clone the repository](https://github.com/serkandyck/realtime-voice-assistant-groq).

#### Install dependencies

Install the project dependencies.

```bash
npm install
```

#### Edit the config file

Copy the code from `sample.env.local` and create a new file called `.env.local`. Paste in the code and enter your API key.

```bash
DEEPGRAM_API_KEY="apikey"
NEETS_API_KEY="apikey"
GROQ_API_KEY="apikey"
```

#### Run the application

Once running, you can [access the application in your browser](http://localhost:3000).

```bash
npm run dev
```

## Author

[SPARK ENGINE](https://sparkengine.ai/)