INSTRUCTIONS
- If your app requires an UI: Copy the entire contents of https://github.com/deepgram-starters/deepgram-starters-ui to the
./static/
folder.
- The configuration of the
deepgram.toml
file, is required so we can include the starter in future onboarding workflows.
- Consistent naming of the project repo is important. Please don't deviate from our standards. Example repo name: [language] [use case]
- Use the readme template below, don't deviate from it.
- Use the cursor rules with Cursor to help build your starter more quickly!
Write a brief intro for this project.
Please leave this section unchanged.
Deepgram’s voice AI platform provides APIs for speech-to-text, text-to-speech, and full speech-to-speech voice agents. Over 200,000+ developers use Deepgram to build voice AI products and features.
Please leave this section unchanged, unless providing a UTM on the URL.
Before you start, it's essential to generate a Deepgram API key to use in this project. Sign-up now for Deepgram and create an API key.
Detail the manual steps to get started.
e.g.
Follow these steps to get started with this starter application.
Go to GitHub and clone the repository.
Install the project dependencies.
npm install
Config file can be any appropriate file for the framework/language. For e.g. Node is using a config.json file, while Python is only use .env files
Copy the code from sample.env
and create a new file called .env
. Paste in the code and enter your API key you generated in the Deepgram console.
DEEPGRAM_API_KEY=%api_key%
If your starter has a UI, it must always run on port 8080
The dev
script will run a web and API server concurrently. Once running, you can access the application in your browser.
npm start
If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The Security Policy details the procedure for contacting Deepgram.
We love to hear from you so if you have questions, comments or find a bug in the project, let us know! You can either:
be sure to set the repo-name in the issue URL.
- Open an issue in this repository
- Join the Deepgram Github Discussions Community
- Join the Deepgram Discord Community
This project is licensed under the MIT license. See the LICENSE file for more info.