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
+
+
+
+
+
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