An open API service indexing awesome lists of open source software.

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

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:

[![Fork on GitHub](https://img.shields.io/badge/Fork_on_GitHub-blue?logo=github)](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)