File size: 423 Bytes
09d272f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | [project]
name = "sasc"
version = "0.1.0"
description = "Multilingual Hate Speech Detection — GloVe + BiLSTM with Sequential Transfer Learning"
readme = "README.md"
requires-python = ">=3.11,<3.14"
dependencies = [
"tensorflow>=2.13.0",
"numpy>=1.24.0",
"pandas>=2.0.0",
"scikit-learn>=1.3.0",
"matplotlib>=3.7.0",
"seaborn>=0.12.0",
"huggingface-hub>=0.20.0",
"prompt-toolkit>=3.0.52",
]
|