Spaces:
Sleeping
Sleeping
File size: 894 Bytes
2121f30 2bb7294 6c1822d 4462124 b88c979 54861c2 da6c664 1ece7b2 b397d9b 10eea65 8439cae 32227d9 5b0e67e 8439cae |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
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).
|