| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Prompt AI Voice Assistant (mix from groq and Deepgram Free APIs) to create a blazing fast voice assistant that can answer questions and do some basic tasks, all from the browser or cli.
This is a simple project to demonstrate how to use AI Api's and mix them to create new interesting stuff.
git clone https://github.com/meliani/groq-deepgram-cli.gitpip install -r requirements.txtAdd your API keys to the .sh file.
export GROQ_API_KEY="your-groq-api-key"
export DG_API_KEY="your-deepgram-api-key"This will register the API keys and run the app.
./run.shRegister the API keys as environment variables and run the code.
python cli/app.pypython web/app.pyContributons are always welcome : fork -> create branch ->push to your repo -> open PR on the main repo meliani/ai-voice-cli
| Back | FazBrowse Home | New Git URL |