Releases: poloniki/quint
Releases · poloniki/quint
Release list
Quint 1.2 — real-time speech → semantic paragraphs
This release reorients Quint around real-time, CPU-only speech → semantic paragraphs.
New
- Streaming semantic chunker (
quint.chunking.streaming): single-pass, no O(n²) similarity matrix, no lookahead — runs on a live stream with bounded memory. The split rule is self-calibrating (sim < mean − z·std), so it needs no per-corpus threshold tuning. Includesstream_chunks_live(a generator that yields each paragraph the instant it closes),stream_chunks_adaptive, andstream_chunks. - Live mic demo on the Hugging Face Space: a fully-local CPU pipeline — Moonshine speech-to-text → punctuation restoration → streaming chunker → paragraphs. No GPU, no torch.
Docs
- README, PyPI metadata, and the Space now lead with real-time speech → semantic paragraphs.
pip install quintessentia
quintessentia 1.1
First release of Quint on PyPI 🎙️
A self-hostable pipeline that transcribes, chunks, and summarizes long-form audio (podcasts, lectures, interviews) — built on Whisper (OpenAI + a faster JAX backend) behind a FastAPI service, with a simple Streamlit UI.
pip install quintessentia # imports as `quint`Features
- YouTube + audio-file transcription, semantic text chunking, summarization, and best-sentence highlighting
- FastAPI API with interactive docs at
/docs - A lightweight Streamlit frontend
- Platform-agnostic GPU deployment (Docker images included)
MIT licensed. Published automatically via PyPI Trusted Publishing.