Nepali-hate-classification / requirements.txt
UDHOV's picture
The initail deployment
5a1a25f
raw
history blame contribute delete
467 Bytes
# Core
streamlit>=1.32.0
pandas>=1.5.0
numpy>=1.23.0
# Deep Learning
torch>=2.0.0
transformers>=4.38.0
sentencepiece>=0.1.99
protobuf>=3.20.0
# HuggingFace
huggingface-hub>=0.21.0
accelerate>=0.27.0
# Preprocessing
deep-translator>=1.11.4
indic-transliteration>=2.3.0
emoji>=2.10.0
# Explainability
lime>=0.2.0.1
shap>=0.44.0
captum>=0.7.0
# Visualization
plotly>=5.18.0
matplotlib>=3.7.0
# Utilities
scikit-learn>=1.3.0
joblib>=1.3.0
scipy>=1.10.0
tqdm>=4.65.0