Hateshield-bn / models /__init__.py
sgAtdbd's picture
Initial deployment of HateShield backend
8ad9255
raw
history blame contribute delete
92 Bytes
from .hate_speech_classifier import HateSpeechClassifier
__all__ = ['HateSpeechClassifier']