forked from matchID-project/matchID-project.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (70 loc) · 2.5 KB
/
index.html
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
63
64
65
66
67
68
69
70
---
layout: default
description: |
Ultra-high matching on people's identites with the help of Machine Learning.
<br/><br/>
Companies / administrations / developers use it to remove duplicates
<br/>
or to match identities of people between different databases.
title: matchID project
width: is-12
---
<section class="section">
<div class="tile is-ancestor">
<div class="tile is-vertical is-8">
<div class="tile">
<div class="tile is-parent is-vertical">
<a href="about" class="tile is-child notification is-danger">
<p class="title">The story behind matchID</p>
<p class="subtitle">The Five W's</p>
</a>
<a href="recipes" class="tile is-child notification is-success">
<p class="title">Recipes ?</p>
<p class="subtitle">What are they? How do you use them?</p>
</a>
</div>
<div class="tile is-parent">
<a href="philosophy" class="tile is-child notification is-light">
<p class="title">The idea behind matchID</p>
<p class="subtitle">Use cases, philosophy and more</p>
<figure class="image alpha-png-background">
<img src="/assets/images/workflow.png">
</figure>
</a>
</div>
</div>
<div class="tile is-parent">
<a href="api" class="tile is-child notification is-warning">
<p class="title">API endpoints</p>
<p class="subtitle">All the available calls for matchID backend</p>
</a>
</div>
</div>
<div class="tile is-parent">
<a href="tutorial" class="tile is-child notification is-info">
<div class="content">
<p class="title">Tutorial step by step</p>
<p class="subtitle">An introduction to matchID</p>
<div class="content">
<p>
In this tutorial, we will show you how to use matchID on a <strong>-almost- real use case</strong>.
</p>
<p>
Thanks to data stored in the <code>examples</code>
repository, you will get access to two datasets with more than 1M records in each.
</p>
<p>
Our tutorial will guide you along the way to get 130k records matching.
</p>
<p>
You will also discover how to deduplicate your databases and so on
</p>
<p>
Get ready ...
</p>
</div>
</div>
</a>
</div>
</div>
</section>