nasirkhan786's picture
LLM app
22ac9c6
raw
history blame contribute delete
388 Bytes
[tool.poetry]
name = "nutritionist generative ai doctor"
version = "0.1.0"
description = ""
authors = ["Nasir Abbas <akhtarabbas.islamicreaction@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
python-dotenv = "^1.0.1"
google-generativeai = "^0.8.3"
streamlit = "^1.39.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"