Initial commit

This commit is contained in:
Sebastian
2025-11-26 19:00:04 +00:00
commit 0ba05b6483
27 changed files with 2517 additions and 0 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[project]
name = "bnt-ia-innovacion"
version = "0.1.0"
description = "Proyecto de innovación con IA"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"google-genai",
"google-cloud-aiplatform",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"