Spaces:
Sleeping
Sleeping
import streamlit as st | |
def write(): | |
st.markdown( | |
""" | |
# Multi-domain Hate Speech Detection | |
This tool is developed in the context of the EU project "Utilizing Digital Technology for Social Cohesion, Positive Messaging and Peace by Boosting Collaboration, Exchange and Solidarity" (EuropeAid/170389/DD/ACT/Multi) by [Sabanci University Center of Excellence in Data Analytics](https://github.com/verimsu). | |
Check the **Navigation bar** to access the models: | |
- **HSD in Turkish tweets:** Detect hate speech and predict strength and target of hate in Turkish Language | |
- **HSD in Arabic tweets :** Detect hate speech and predict strength and target 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). | |