CoolFace
Apppublic

fracapuano/transcript2notes

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
pyproject.toml19 linesDownload Raw Back to root
1[tool.poetry]2name = "transcript2notes"3version = "0.1.0"4description = "A LLM-based chain made agents to make my life at Alan easier."5authors = ["fracapuano <francesco.capuano@alan.eu>"]6readme = "README.md"7 8[tool.poetry.dependencies]9python = "^3.12"10openai = "^1.30.3"11anthropic = "^0.26.1"12python-dotenv = "^1.0.1"13streamlit = "^1.35.0"14 15 16[build-system]17requires = ["poetry-core"]18build-backend = "poetry.core.masonry.api"19