forked from deepgram-starters/flask-live-transcription
-
Notifications
You must be signed in to change notification settings - Fork 1
/
deepgram.toml
17 lines (14 loc) · 867 Bytes
/
deepgram.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[meta]
title = "<usecase> <language/framework> Starter" # update with usecase and framework
description = "Basic demo for using Deepgram to <do a thing> in <language/framework>" # update with usecase and framework
author = "Deepgram DX Team <devrel@deepgram.com> (https://developers.deepgram.com)" # update for author details
useCase = "Prerecorded" # usecase
language = "Python" # base language
framework = "Flask" # framework if not native
[build] # delete if no build/install steps applicable
command = "pip install -r requirements.txt" # automatically install dependencies, delete if not applicable
[config]
sample = "sample.env" # the example config file
output = ".env" # the file that we will generate using their API
[post-build]
message = "Run `flask run -p 8080` to get up and running." # message to give users once setup is complete