UNPKG

@p0llen/speaker-detector-client

Version:

React client for interfacing with the [speaker-detector](https://pypi.org/project/speaker-detector) Python backend. Supports real-time speaker identification, meeting transcription, and speaker enrollment.

4 lines (3 loc) 128 B
// speaker-detector-client/lib/constants.js export var API_BASE = "http://localhost:9000"; export var CLIENT_VERSION = "0.6.4";