Skip to content

deepgram-starters/project-template

Repository files navigation

INSTRUCTIONS

  1. If your app requires an UI: Copy the entire contents of https://github.com/deepgram-starters/deepgram-starters-ui to the ./static/ folder.
  1. The configuration of the deepgram.toml file, is required so we can include the starter in future onboarding workflows.
  1. Consistent naming of the project repo is important. Please don't deviate from our standards. Example repo name: [language] [use case]
  1. Use the readme template below, don't deviate from it.
  1. Use the cursor rules with Cursor to help build your starter more quickly!

[Language] [Usecase] Starter

Write a brief intro for this project.

What is Deepgram?

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.

Sign-up to Deepgram

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.

Quickstart

Detail the manual steps to get started.

e.g.

Manual

Follow these steps to get started with this starter application.

Clone the repository

Go to GitHub and clone the repository.

Install dependencies

Install the project dependencies.

npm install

Edit the config file

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%

Run the application

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

Issue Reporting

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.

Getting Help

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.

Author

Deepgram

License

This project is licensed under the MIT license. See the LICENSE file for more info.

About

Blank Starter Template

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published