nasirkhan786's picture
LLM app
78571ab
raw
history blame contribute delete
432 Bytes
[tool.poetry]
name = "youtube video transcribe summarizer llm app"
version = "0.1.0"
description = ""
authors = ["Nasir Abbas <akhtarabbas.islamicreaction@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
streamlit = "^1.39.0"
youtube-transcript-api = "^0.6.2"
google-generativeai = "^0.8.3"
python-dotenv = "^1.0.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"