File size: 743 Bytes
f3b8813 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
[project]
name = "sexism-detection"
version = "0.1.0"
description = "A sexism detection model using recurrent neural architectures and transformers."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"datasets>=3.2.0",
"gensim>=4.3.3",
"gradio>=5.9.1",
"iprogress>=0.4",
"ipykernel>=6.29.5",
"ipywidgets>=8.1.5",
"matplotlib>=3.10.0",
"nltk>=3.9.1",
"numpy>=1.26.4",
"pandas>=2.2.3",
"pip>=24.3.1",
"requests>=2.32.3",
"scikit-learn>=1.6.0",
"torch>=2.5.1",
"torchaudio>=2.5.1",
"torchvision>=0.20.1",
"tqdm>=4.67.1",
"transformers[torch]>=4.47.1",
]
[[tool.uv.index]]
name = "pytorch-cu124"
url = "https://download.pytorch.org/whl/cu124"
explicit = true
|