{"id":37767836,"url":"https://github.com/voicegain/platform","last_synced_at":"2026-05-01T08:01:14.990Z","repository":{"id":38043428,"uuid":"228484855","full_name":"voicegain/platform","owner":"voicegain","description":"Voicegain Enterprise Speech-to-Text Platform (API, Portal, etc.)","archived":false,"fork":false,"pushed_at":"2026-05-01T03:46:04.000Z","size":99248,"stargazers_count":32,"open_issues_count":21,"forks_count":21,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-05-01T05:17:40.058Z","etag":null,"topics":["asr","deep-neural-networks","ivr","mrcp","rtc","speech-to-text","transcription"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voicegain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY-PRACTICES.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-12-16T22:09:47.000Z","updated_at":"2026-05-01T03:46:07.000Z","dependencies_parsed_at":"2024-03-05T00:27:01.014Z","dependency_job_id":"86a4b102-59d1-4bb2-ae09-d82b39a37fdc","html_url":"https://github.com/voicegain/platform","commit_stats":null,"previous_names":[],"tags_count":245,"template":false,"template_full_name":null,"purl":"pkg:github/voicegain/platform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voicegain%2Fplatform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voicegain%2Fplatform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voicegain%2Fplatform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voicegain%2Fplatform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voicegain","download_url":"https://codeload.github.com/voicegain/platform/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voicegain%2Fplatform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32489164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asr","deep-neural-networks","ivr","mrcp","rtc","speech-to-text","transcription"],"created_at":"2026-01-16T14:47:26.945Z","updated_at":"2026-05-01T08:01:14.985Z","avatar_url":"https://github.com/voicegain.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About Voicegain Platform\n\nVoicegain provides a Speech-to-Text Platform built around a Deep Neural Network ASR engine.\nVoicegain Speech-to-Text supports:\n* open vocabulary speech transcription (real-time and off-line) and \n* speech recognition (using context-free grammars).\nBoth are accessible via Web API. In addition, the recognizer is available with MRCP interface.\n\nApart from bare-bones speech recognition we provide other APIs that build on top of that:\n* Telephone Bot API - it is a callback api suitable to building IVRs and Voicebots\n* Speech Analytics API\n\nVoicegain Platform is accessible in the Cloud and can also be deployed at the [Edge](https://www.voicegain.ai/post/benefits-of-edge-deployment) (on-prem Edge Computing).\n\n# What is available in this Github repository \n\n## Public information\nThis repository tracks public components of the Voicegain Platform. Things like:\n* [announcements](https://github.com/voicegain/platform/blob/master/ANNOUNCE.md),\n* [release notes](https://github.com/voicegain/platform/blob/master/RELEASE.md),\n* [terms of service](https://github.com/voicegain/platform/blob/master/TERMS-OF-SERVICE.md),\n* [privacy policy](https://github.com/voicegain/platform/blob/master/PRIVACY.md), etc.\n\n## Source code\nRepository also provides a lot of useful code:\n* [example code](https://github.com/voicegain/platform/tree/master/examples) - we have examples of:\n  * [RTP streaming](https://github.com/voicegain/platform/tree/master/examples/RTP-streaming) for real-time transcription or recognition\n  * [simple python scripts illustrating use of various APIs](https://github.com/voicegain/platform/tree/master/examples/api-use-cases--python)\n  * sample node.js web applications illustrating:\n    * [use of grammars for commands](https://github.com/voicegain/platform/tree/master/examples/command-grammar-web-app) \n    * [real-time transcription from microphone](https://github.com/voicegain/platform/tree/master/examples/microphone-websocket-node-js-v2)\n    * [offline transcription of uploaded files](https://github.com/voicegain/platform/tree/master/examples/offline-transcription-demo)\n  * [scripts illustrating real-time transcription of Twilio Media Stream](https://github.com/voicegain/platform/tree/master/examples/twilio-media-streams)\n  * [AWS lambda script for a Voicebot](https://github.com/voicegain/platform/tree/master/examples/voicebot-lambda-vg-rasa) - this uses RASA and Voicegain Telephone Bot API - both node.js and python versions are available\n  *  [AWS lambda script for a Voicebot using Twilio](https://github.com/voicegain/platform/tree/master/examples/voicebot-lambda-twilio-vg-rasa) - this is similar to the bot above but uses normal Voicegain Speech-to-Text API together with Twilio Streams - it is quite a bit more complex\n  *  [websocket streaming example in Java](https://github.com/voicegain/platform/tree/master/examples/websocket-streaming) - it send audio over websocket and receives real-time transcript result over websocket\n* [declarative ivr](https://github.com/voicegain/platform/tree/master/declarative-ivr) - Declarative IVR is a way to specify a complete IVR flow using a simple yaml file. The yaml file gets interpreted by a Lambda fuction and uses Voicegain Telephone Bot API to hear and talk over the phone. Included is a yam file for a simple outbound survey IVR application.\n* utilities:\n  * [test-transcribe.py](https://github.com/voicegain/platform/tree/master/utility-scripts/test-transcribe) - takes audio files from a directory and runs it through Voicegain and Google speech-to-text - if reference transcripts are available it will report WER for both \n* [audio-sender bootstrap bundle](https://github.com/voicegain/platform/tree/master/audio-sender/bootstrap-bundle) - this is for [Live Transcription](https://support.voicegain.ai/hc/en-us/articles/360050677791-Live-Transcription-Overview). \nNormally you would download it via the [Web Console](https://console.voicegain.ai). Here is [Zendesk help article](https://support.voicegain.ai/hc/en-us/articles/360041262731-Deploying-and-using-Audio-Sender-Daemon) which describes the whole process.\n\n## How-To Guides\n* [Deploy Voicegain into AWS](./how-to/deploy-voicegain-into-aws.md)\n\n---\n\nYou can learn more about Voicegain at our [main website](https://voicegain.ai). BTW, we are offering a generous free tier that renews each month so [Signup Now](https://www.voicegain.ai/trial).\n\n[Voicegain Github Home](https://voicegain.github.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoicegain%2Fplatform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoicegain%2Fplatform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoicegain%2Fplatform/lists"}