Spaces:
Sleeping
Sleeping
| [tool.poetry] | |
| name = "aplikacja" | |
| version = "1.0.0" | |
| description = "App for predicting house prices" | |
| authors = ["Perunio <divodar@protonmail.com>"] | |
| readme = "README.md" | |
| [tool.poetry.dependencies] | |
| python = "^3.12" | |
| scikit-learn = "^1.5.2" | |
| pandas = "^2.2.3" | |
| joblib = "^1.4.2" | |
| gradio = "^5.9.1" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |