README / README.md
gilramos's picture
Update README.md
f93e423 verified
|
raw
history blame
2.01 kB
---
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 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#ECFAFF]"
>
<img alt="" src="https://knowhate.eu/wp-content/uploads/2023/01/logo-knowhate.png" class="w-40" />
</div>
<div class="underline">kNOwHATE website</div>
</a>
<a href="https://spacy.io/" class="block overflow-hidden group">
<div
class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#ECFAFF]"
>
<img alt="" src="/front/assets/promo/spacy_logo.png" class="w-40" />
</div>
<div class="underline">spaCy website</div>
</a>
<a
href="https://github.com/explosion/spacy-huggingface-hub"
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">Upload packages on the hub</div>
</a>
<a
href="https://huggingface.co/models?filter=spacy"
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="/front/assets/promo/spacy_widget.jpeg"
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>