Spaces:
Sleeping
Sleeping
| [tool.poetry] | |
| name = "textsummarization" | |
| version = "0.1.0" | |
| description = "Analize text, create summary and sentiment" | |
| authors = ["Alexander <[email protected]>"] | |
| license = "MIT" | |
| readme = "README.md" | |
| [tool.poetry.dependencies] | |
| python = "^3.10" | |
| transformers = "^4.36.2" | |
| gradio = "^4.11.0" | |
| torch = "1.13.1" | |
| pydantic = "^2.5.3" | |
| pretrainedmodels = "^0.7.4" | |
| sentencepiece = "^0.1.99" | |
| protobuf = "^4.25.1" | |
| loguru = "^0.7.2" | |
| fastapi = "^0.109.0" | |
| uvicorn = "^0.27.0" | |
| [tool.poetry.group.dev.dependencies] | |
| huggingface-hub = "^0.20.1" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |