# fossasia/voxbento_translator

Voxbento translation project

Repository: https://github.com/fossasia/voxbento_translator
Canonical: https://ross.abutalabs.com/products/voxbento_translator
Language: JavaScript
License: Apache-2.0
License Family: permissive
Last push: 2026-07-31T06:38:04+00:00

## Health v2 (maintenance only)
Score: 75/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 95, release rhythm 35, longevity 100
- inputs: {"age_days": 3203, "days_push": 33, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1002, forks 27 (observed 2026-09-03T02:15:12.067874+00:00)

## What it is
A Flask-based HTTP API for real-time speech-to-text transcription and translation that accepts streamed audio chunks and routes them to pluggable AI providers like OpenAI, Deepgram, and Whisper.cpp. It includes JWT authentication, rate limiting, a web dashboard, and Swagger documentation.

## Use cases
- transcribe live audio streams to text over an API
- translate speech in real time between languages
- self-host a speech-to-text service with multiple AI providers
- build a dashboard to manage transcription sessions and credentials
- convert text to speech audio from transcriptions
- stream audio from a microphone, file, URL, or YouTube for transcription

## When to choose
- you need a self-hosted, production-ready transcription/translation API with auth and rate limiting
- you want to swap between OpenAI, Deepgram, and local Whisper providers per session
- you need a web dashboard and REST endpoints for live transcribed text

## When to avoid
- you only need a simple offline transcription script without a server
- you cannot run Python 3.10+ with ffmpeg and Redis dependencies
- you need fully anonymous access without authentication

## Facets
- artifact type: service
- maturity: active
- function: speech-recognition, http-server, api-framework, auth, rate-limiting, tts, webhook
- domain: speech-processing, apis, self-hosted, web-development
- platform: python, self-hosted
- tags: translation, transcription, flask, jwt-authentication, audio-streaming, whisper, openai, deepgram, rest-api, web-dashboard, natural-language-processing, web-server, docker

## Member repositories
- fossasia/voxbento_translator (main) score 75

## Provenance
- Observed fields: from GitHub, fetched 2026-09-03T02:15:12.067874+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:13:59.849546+00:00, confidence not recorded.
  - readme: https://github.com/fossasia/voxbento_translator (fetched 2026-09-03T02:15:12.067874+00:00, sha 49abcc78b512)
- Data as of 2026-08-30T08:39:29.467469+00:00.
