File size: 1,737 Bytes
6419641 0849b61 6419641 0849b61 6419641 f39c158 6419641 4a623db 92eff67 4153793 c5dea0b 4153793 ce7b875 4153793 49dc6df 4153793 c5dea0b 4153793 f93e423 b3585eb f93e423 b3585eb 694e766 dc0cafd b3585eb dc0cafd ca69024 dc0cafd f39c158 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
---
title: README
emoji: 🏢
colorFrom: gray
colorTo: red
sdk: gradio
pinned: false
---
# **kNOwHATE: kNOwing online HATE speech: knowledge + awareness = TacklingHate**
<div class="grid lg:grid-cols-3 gap-x-4 gap-y-7">
<p class="lg:col-span-3">
Welcome to the official Hugging Face organization for the kNOwHATE project!<br />
In this organization, you can find models, datasets and a Hate Speech detection app, all developed in the context of this project.
</p>
<a href="https://knowhate.eu" class="block overflow-hidden group">
<div
class="w-full h-40 bg-[#E36E54] object-cover mb-2 rounded-lg flex items-center justify-center"
>
<img alt="" src="https://knowhate.eu/wp-content/uploads/2023/01/logo-knowhate.png" class="w-60" />
</div>
<div class="underline">kNOwHATE website</div>
</a>
<a
href="https://huggingface.co/spaces/knowhate/portuguese-hate-speech-detection"
class="block overflow-hidden"
>
<div class="flex items-center h-40 bg-[#ECFAFF] rounded-lg px-4 mb-2">
<pre
class="break-words leading-1 whitespace-pre-line text-xs text-gray-800">
python -m spacy huggingface-hub push [whl_path] [--org] [--msg] [--local-repo] [--verbose]
</pre>
</div>
<div class="underline">Try our Hate Speech detection Space</div>
</a>
<a
href="https://huggingface.co/models?sort=trending&search=knowhate"
class="block overflow-hidden group"
>
<div
class="w-full h-40 mb-2 bg-gray-900 group-hover:bg-gray-850 rounded-lg flex items-start justify-start overflow-hidden"
>
<img
alt=""
src="https://imgur.com/a/eZegzRN"
class="w-full h-40 object-cover overflow-hidden"
/>
</div>
<div class="underline">Find all models from the project in the Hub</div>
</a>
</div> |