Spaces:
Sleeping
Sleeping
[tool.poetry] | |
name = "sotu-analysis" | |
version = "0.1.0" | |
description = "" | |
authors = ["jsulz <[email protected]>"] | |
readme = "README.md" | |
[tool.poetry.dependencies] | |
python = "^3.12" | |
gradio = "^4.42.0" | |
datasets = "^2.21.0" | |
pandas = "^2.2.2" | |
nltk = "^3.9.1" | |
plotly = "^5.23.0" | |
matplotlib = "^3.9.2" | |
wordcloud = "^1.9.3" | |
huggingface-hub = "^0.24.7" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |