feat: first commit

This commit is contained in:
Simon Guigui
2023-11-25 18:22:45 +01:00
commit c0948a60c3
13 changed files with 1618 additions and 0 deletions

18
pyproject.toml Normal file
View File

@@ -0,0 +1,18 @@
[tool.poetry]
name = "wyoming-whisper"
version = "0.1.0"
description = ""
authors = ["Simon Guigui <simon.guigui@parkoview.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
openai-whisper = "20231117"
wyoming = "^1.2.0"
tokenizers = "0.13.*"
black = "^23.11.0"
ruff = "^0.1.6"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"