File size: 1,898 Bytes
6419641
 
0849b61
6419641
0849b61
6419641
 
 
f39c158
6419641
825447b
4a623db
16d72fe
92eff67
a117ecc
4153793
7c403e6
 
 
 
4153793
7c403e6
4153793
7c403e6
 
 
 
 
4153793
5093f8c
4153793
5a4df7d
c2a8edf
5a4df7d
f93e423
5a4df7d
 
 
 
 
f6cc253
5a4df7d
 
f93e423
2d8bded
694e766
dc0cafd
c2a8edf
dc0cafd
 
 
0cdcaa3
dc0cafd
 
 
f6cc253
20773ef
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
52
53
54
55
56
57
58
59
60
61
62
---
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" style="text-align: center">
	<p class="lg:col-span-3">
        <strong>Warning: this organization deals with NFAA content</strong><br />
		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, developed in this project.
	</p>
    <a 
		href="https://knowhate.eu"
		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-center justify-center overflow-hidden"
		>
			<img
				alt=""
				src="https://i.imgur.com/3cP8Ezi.png"
				class="w-full h-40 object-cover overflow-hidden"
			/>
		</div>
		<div class="underline">Visit our Website for more information</div>
	</a>
	<a 
		href="https://huggingface.co/spaces/knowhate/portuguese-hate-speech-detection"
		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-center justify-center overflow-hidden"
		>
			<img
				alt=""
				src="https://i.imgur.com/Gh7s1wE.png"
				class="w-full h-40 object-cover overflow-hidden"
			/>
		</div>
		<div class="underline">Try our Hate Speech Detection Space</div>
	</a>
    <a 
		href="https://huggingface.co/models?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-center justify-center overflow-hidden"
		>
			<img
				alt=""
				src="https://i.imgur.com/79hzf6o.png"
				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>