Skip to content

Latest commit

 

History

History
94 lines (67 loc) · 2.32 KB

File metadata and controls

94 lines (67 loc) · 2.32 KB

Transcribe Assistant Logo

transcribe-assistant

Offline • Low‑Latency • Real‑Time • Faster‑Whisper Engine

📘 Description

transcribe-assistant is an offline, low-latency (~250 ms) real-time speech-to-text engine built for automation workflows, assistants, accessibility tools and privacy‑sensitive environments.

It uses local Faster‑Whisper inference, provides zero cloud dependencies, supports session recording, modular backend architecture, and includes a deterministic PRO version for compliance‑ready use cases.


🚀 Overview

transcribe-assistant is a fast, offline, real-time transcription engine built for:

  • automation workflows
  • assistants and agents
  • accessibility
  • offline environments
  • low-latency speech-to-text

This is the public version (non-deterministic).
The deterministic PRO version is part of the Krunixbase ecosystem.


✨ Features

  • ~250 ms latency
  • offline inference
  • Faster-Whisper backend
  • streaming transcription
  • session recording
  • export to TXT / JSON
  • CLI + Python API

🏗 Architecture

See full architecture here:
ARCHITECTURE.md


🛠 Installation

pip install -r requirements.txt
python main.py

📡 API

See API documentation:
API.md


🗺 Roadmap

See full roadmap:
ROADMAP.md


💰 Pricing

See pricing model:
PRICING.md


📄 License

MIT License.