added dockerfile and pyproject.toml
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
[build-system]
|
||||
requires = ["setuptools >= 61.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "annescribe"
|
||||
version = "0.1.0"
|
||||
authors = [
|
||||
{ name = "Alex Blank", email = "alexblank@fastmail.com" }
|
||||
]
|
||||
description = "A tool for transcribing audio files with whisper in a webapp"
|
||||
readme = "README.md"
|
||||
requires-python = "==3.10.16"
|
||||
dependencies = [
|
||||
"torch>=2.3",
|
||||
"openai-whisper>=20240927",
|
||||
"streamlit==1.41.1",
|
||||
"streamlit-authenticator==0.4.1",
|
||||
"streamlit-autorefresh==1.0.1",
|
||||
"pydub==0.25.1"
|
||||
]
|
||||
Reference in New Issue
Block a user