Overview

Marsview Real-time Speech Analytics is a cloud-hosted or containerized API service that helps you accurately transcribe a conversation and discover insights in real-time. It is packed with models for automatic speech recognition (ASR), Tone Analyzer, Natural Language Classifiers to uncover intents, statement tags, entities, and sentiments etc. Learn more

Get Started using Python

Given below is the link to the Python Example Code repository to get started with using Real-time APIs. The code example streams data/audio from a microphone to the Marsview server.

Get Started using NodeJS

Given below is the link to the NodeJS Example Code repository to get started with using Real-time APIs. The code example streams data/audio from a microphone on the browser to a NodeJS bridge server which will stream data to the Marsview server.