diff --git a/README.md b/README.md index e880f1e..2d0cb83 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ pip install whisperlivekit |-----------|-------------| | **Speaker diarization with Sortformer** | `git+https://github.com/NVIDIA/NeMo.git@main#egg=nemo_toolkit[asr]` | | **Apple Silicon optimized backend** | `mlx-whisper` | +| **NLLB Translation** | `huggingface_hub` & `transformers` | | *[Not recommanded]* Speaker diarization with Diart | `diart` | | *[Not recommanded]* Original Whisper backend | `whisper` | | *[Not recommanded]* Improved timestamps backend | `whisper-timestamped` | diff --git a/pyproject.toml b/pyproject.toml index 3129ee1..8749e1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "whisperlivekit" -version = "0.2.8.post1" +version = "0.2.9" description = "Real-time speech-to-text with speaker diarization using Whisper" readme = "README.md" authors = [