SASCv2 / pyproject.toml
tuklu's picture
Add scripts
7e5f759 verified
raw
history blame contribute delete
423 Bytes
[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",
]