minishlab/semantic-deduplication
39
1[project]2name = "semantic-deduplication"3version = "0.1.0"4description = "Add your description here"5readme = "README.md"6requires-python = ">=3.11"7dependencies = [8 "datasets>=3.6.0",9 "gradio-huggingfacehub-search>=0.0.12",10 "gradio[oauth]>=5.32.1",11 "huggingface-hub>=0.32.3",12 "model2vec>=0.5.0",13 "numpy>=2.2.6",14 "semhash>=0.3.0",15 "tqdm>=4.67.1",16]17 