This commit is contained in:
Yuta Hayashibe 2022-09-26 00:42:02 +09:00
parent 7fe778eeca
commit 4872312996
2 changed files with 2 additions and 3 deletions

View file

@ -9,7 +9,6 @@
[![Typos](https://github.com/shirayu/whispering/actions/workflows/typos.yml/badge.svg)](https://github.com/shirayu/whispering/actions/workflows/typos.yml)
Streaming transcriber with [whisper](https://github.com/openai/whisper).
Former name was "whisper_streaming".
Enough machine power is needed to transcribe in real time.
## Setup

View file

@ -4,7 +4,7 @@ version = "0.1.0"
description = ""
authors = ["Yuta Hayashibe <yuta@hayashibe.jp>"]
readme = "README.md"
packages = [{include = "whisper_streaming"}]
packages = [{include = "whispering"}]
[tool.poetry.dependencies]
python = ">=3.8,<3.11"
@ -25,5 +25,5 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
whispering = "whisper_streaming.cli:main"
whispering = "whispering.cli:main"