SoDehghan's picture
Update models/home.py
6b58c8f verified
raw
history blame
523 Bytes
import streamlit as st
def write():
st.markdown(
"""
# Hate Speech Detection
Check the **Navigation bar** to access the model:
- HSD in Turkish: Detect hate speech and predict strength of hate in Turkish Language
- HSD in Arabic : Detect hate speech and predict strength of hate in Arabic Language
"""
)
# In this HuggingFace space you can use Hate Speech Detection model built at [VERİM - Center of Excellence in Data Analytics](https://github.com/verimsu).