https://github.com/deepgram-starters/cpp-flux
Get started using Deepgram's Flux API for real-time transcription with turn detection using this C++ demo app
https://github.com/deepgram-starters/cpp-flux
boost-beast cpp crow deepgram demo end-of-turn flux quickstart real-time-transcription streaming-stt turn-detection
Last synced: 2 months ago
JSON representation
Get started using Deepgram's Flux API for real-time transcription with turn detection using this C++ demo app
- Host: GitHub
- URL: https://github.com/deepgram-starters/cpp-flux
- Owner: deepgram-starters
- License: mit
- Created: 2026-02-26T21:45:07.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-27T03:55:36.000Z (4 months ago)
- Last Synced: 2026-02-27T10:39:12.230Z (4 months ago)
- Topics: boost-beast, cpp, crow, deepgram, demo, end-of-turn, flux, quickstart, real-time-transcription, streaming-stt, turn-detection
- Language: C++
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C++ Flux
Get started using Deepgram's Flux with this C++ demo app
## Quick Start
Click the button below to fork the repo:
[](https://github.com/deepgram-starters/cpp-flux/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)