CoolFace
Apppublic

bor/llm-text-preprocessing

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes
pyproject.toml13 linesDownload Raw Back to root
1[project]2name = "llm-text-preprocessing"3version = "0.1.0"4description = "Add your description here"5readme = "README.md"6requires-python = ">=3.12"7dependencies = [8    "charset-normalizer>=3.4.2",9    "great-tables>=0.17.0",10    "marimo>=0.14.6",11    "pandas>=2.3.0",12]13