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
- Host: GitHub
- URL: https://github.com/spark-engine-ai/alice
- Owner: spark-engine-ai
- Created: 2024-04-01T22:15:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T18:33:14.000Z (almost 2 years ago)
- Last Synced: 2024-06-28T19:49:26.857Z (almost 2 years ago)
- Topics: ai, audio, deepgram, gpt, groq, javascript, llm, node, react, voice, voice-ai
- Language: TypeScript
- Homepage: https://voice.sparkengine.ai
- Size: 10.6 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)