mirror of
https://github.com/QuentinFuxa/WhisperLiveKit.git
synced 2026-03-07 14:23:18 +00:00
0.1.2
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
<h1 align="center">WhisperLiveKit</h1>
|
||||
<p align="center"><b>Real-time, Fully Local Whisper's Speech-to-Text and Speaker Diarization</b></p>
|
||||
|
||||
<p align="center">
|
||||
<img alt="PyPI Version" src="https://img.shields.io/pypi/v/whisperlivekit?color=g">
|
||||
<img alt="PyPI Downloads" src="https://static.pepy.tech/personalized-badge/whisperlivekit">
|
||||
<img alt="Python Versions" src="https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-dark_green">
|
||||
</p>
|
||||
|
||||
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 ✨
|
||||
|
||||
|
||||
2
setup.py
2
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",
|
||||
|
||||
0
whisperlivekit/diarization/__init__.py
Normal file
0
whisperlivekit/diarization/__init__.py
Normal file
0
whisperlivekit/web/__init__.py
Normal file
0
whisperlivekit/web/__init__.py
Normal file
0
whisperlivekit/whisper_streaming_custom/__init__.py
Normal file
0
whisperlivekit/whisper_streaming_custom/__init__.py
Normal file
Reference in New Issue
Block a user