Spaces:
Sleeping
Sleeping
[tool.poetry] | |
name = "nlp2025-title-search" | |
version = "0.1.0" | |
description = "" | |
authors = ["Kaito Sugimoto <[email protected]>"] | |
readme = "README.md" | |
packages = [{include = "nlp2025_title_search"}] | |
[tool.poetry.dependencies] | |
python = "^3.10" | |
beautifulsoup4 = "^4.13.3" | |
requests = "^2.32.3" | |
sentence-transformers = "^3.4.1" | |
pandas = "^2.2.3" | |
protobuf = "^5.29.3" | |
sentencepiece = "^0.2.0" | |
streamlit = "^1.42.0" | |
faiss-cpu = "^1.10.0" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |