| [build-system] | |
| requires = ["setuptools>=61.0"] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "hikka-forge-anime2vec" | |
| version = "0.1.0" | |
| authors = [ { name="Lorg0n" } ] | |
| description = "A semantic vector space model for anime with vector arithmetic capabilities." | |
| readme = "README.md" | |
| requires-python = ">=3.8" | |
| license = { file="LICENSE" } | |
| classifiers = [ | |
| "Programming Language :: Python :: 3", | |
| "License :: OSI Approved :: MIT License", | |
| "Operating System :: OS Independent", | |
| "Topic :: Scientific/Engineering :: Artificial Intelligence", | |
| ] | |
| dependencies = [ | |
| "torch", | |
| "huggingface_hub", | |
| "sentence-transformers", | |
| "scikit-learn", | |
| "numpy", | |
| ] | |
| [project.urls] | |
| "Homepage" = "https://huggingface.co/Lorg0n/hikka-forge-anime2vec" | |
| [tool.setuptools.packages.find] | |
| where = ["src"] |