| [tool.poetry] | |
| name = "audiovisualtranscription" | |
| version = "1.0.0" | |
| description = "Get your synchronized subtitiled video in seconds!" | |
| authors = ["killian31 <[email protected]>"] | |
| license = "Apache 2.0" | |
| readme = "README.md" | |
| package-mode = false | |
| [tool.poetry.dependencies] | |
| python = ">=3.10,<=3.11.9" | |
| gradio = "5.1.0" | |
| moviepy = "1.0.3" | |
| torch = "2.2.2" | |
| numpy = "1.23.5" | |
| openai-whisper = "^20240930" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |