diff --git a/README.md b/README.md index ef9611e..ec5350a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,16 @@ # Prerecorded Node.js Starter +[![Discord](https://dcbadge.vercel.app/api/server/xWRaCDBtW4?style=flat)](https://discord.gg/xWRaCDBtW4) + This sample demonstrates interacting with the Deepgram API from Node.js. It uses the Deepgram Node SDK, with a javascript client built from web components. +## What is Deepgram? + +[Deepgram](https://deepgram.com/) is a foundational AI company providing speech-to-text and language understanding capabilities to make data readable and actionable by human or machines. + ## Sign-up to Deepgram -Before you start, it's essential to generate a Deepgram API key to use in this project. [Sign-up now for Deepgram](https://console.deepgram.com/signup). +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](https://console.deepgram.com/signup?jump=keys). ## Quickstart @@ -42,27 +48,17 @@ Once running, you can [access the application in your browser](http://localhost: npm start ``` -## What is Deepgram? - -Deepgram is an AI speech platform which specializes in (NLU) Natural Language Understanding features and Transcription. It can help get the following from your audio. +## Issue Reporting -- [Speaker diarization](https://deepgram.com/product/speech-understanding/) -- [Language detection](https://deepgram.com/product/speech-understanding/) -- [Summarization](https://deepgram.com/product/speech-understanding/) -- [Topic detection](https://deepgram.com/product/speech-understanding/) -- [Language translation](https://deepgram.com/product/speech-understanding/) -- [Sentiment analysis](https://deepgram.com/product/speech-understanding/) -- [Entity detection](https://deepgram.com/product/speech-understanding/) -- [Transcription](https://deepgram.com/product/transcription/) -- [Redaction](https://deepgram.com/product/transcription/) +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](./SECURITY.md) details the procedure for contacting Deepgram. -## Create a Free Deepgram Account +## Getting Help -Before you start, it's essential to generate a Deepgram API key to use in our starter applications. [Sign-up now for Deepgram](https://console.deepgram.com/signup). +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: -## 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](./SECURITY.md) details the procedure for contacting Deepgram. +- [Open an issue in this repository](https://github.com/deepgram-starters/prerecorded-node-starter/issues/new) +- [Join the Deepgram Github Discussions Community](https://github.com/orgs/deepgram/discussions) +- [Join the Deepgram Discord Community](https://discord.gg/xWRaCDBtW4) ## Author