Spaces:
Sleeping
Sleeping
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). | |