From 40e2814cd7426fdb6dd40a0243c0a44f1c3f93e1 Mon Sep 17 00:00:00 2001 From: Quentin Fuxa Date: Thu, 20 Mar 2025 11:08:40 +0100 Subject: [PATCH] 0.1.2 --- README.md | 5 +++++ setup.py | 2 +- whisperlivekit/diarization/__init__.py | 0 whisperlivekit/web/__init__.py | 0 whisperlivekit/whisper_streaming_custom/__init__.py | 0 5 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 whisperlivekit/diarization/__init__.py create mode 100644 whisperlivekit/web/__init__.py create mode 100644 whisperlivekit/whisper_streaming_custom/__init__.py diff --git a/README.md b/README.md index ea70331..26d4d6a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@

WhisperLiveKit

Real-time, Fully Local Whisper's Speech-to-Text and Speaker Diarization

+

+PyPI Version +PyPI Downloads +Python Versions +

This project is based on [Whisper Streaming](https://github.com/ufal/whisper_streaming) and lets you transcribe audio directly from your browser. Simply launch the local server and grant microphone access. Everything runs locally on your machine ✨ diff --git a/setup.py b/setup.py index 5cbcb1e..b027e96 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="whisperlivekit", - version="0.1.0", + version="0.1.2", description="Real-time, Fully Local Whisper's Speech-to-Text and Speaker Diarization", long_description=open("README.md", "r", encoding="utf-8").read(), long_description_content_type="text/markdown", diff --git a/whisperlivekit/diarization/__init__.py b/whisperlivekit/diarization/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/whisperlivekit/web/__init__.py b/whisperlivekit/web/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/whisperlivekit/whisper_streaming_custom/__init__.py b/whisperlivekit/whisper_streaming_custom/__init__.py new file mode 100644 index 0000000..e69de29