https://github.com/deepgram-starters/go-text-intelligence
Get started using Deepgram's Text Intelligence with this Go demo app
https://github.com/deepgram-starters/go-text-intelligence
deepgram demo go natural-language-processing nlp quickstart text-analysis text-intelligence
Last synced: 2 months ago
JSON representation
Get started using Deepgram's Text Intelligence with this Go demo app
- Host: GitHub
- URL: https://github.com/deepgram-starters/go-text-intelligence
- Owner: deepgram-starters
- License: mit
- Created: 2026-02-26T21:46:03.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-28T08:57:51.000Z (4 months ago)
- Last Synced: 2026-02-28T14:20:15.454Z (4 months ago)
- Topics: deepgram, demo, go, natural-language-processing, nlp, quickstart, text-analysis, text-intelligence
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Go Text Intelligence
Get started using Deepgram's Text Intelligence with this Go demo app
## Quick Start
Click the button below to fork the repo:
[](https://github.com/deepgram-starters/go-text-intelligence/fork)
## Local Development
### Makefile (Recommended)
```bash
make init
cp sample.env .env # Add your DEEPGRAM_API_KEY
make start
```
Open [http://localhost:8080](http://localhost:8080) in your browser.
## License
MIT - See [LICENSE](./LICENSE)