5
0
Fork 0
backend-transcription/README.md

20 lines
515 B
Markdown
Raw Permalink Normal View History

2019-02-08 21:00:21 +08:00
# backend-transcription
2019-06-28 20:43:08 +08:00
Beep backend handling transcription of bites to text via Google Cloud. Is completely within the backend and has no exposed endpoints.
2019-02-16 12:49:48 +08:00
## Quickstart
```
go build && ./backend-transcription
```
2019-02-18 23:44:14 +08:00
## Environment Variables
2019-02-16 12:49:48 +08:00
2019-02-18 23:44:14 +08:00
Supply environment variables by either exporting them or editing ```.env```.
2019-02-16 12:49:48 +08:00
2019-02-18 23:44:14 +08:00
| ENV | Description | Default |
2019-02-16 12:49:48 +08:00
| ---- | ----------- | ------- |
2019-02-18 23:44:14 +08:00
| NATS | Host and port of nats | nats://localhost:4222 |
| API_KEY | Google Cloud API key | Something that works. Probably |
2019-02-16 12:49:48 +08:00