Skip to content

Commit 861022e

Browse files
committed
correct names
1 parent 920299b commit 861022e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

content/archives/old-tech-blog/authors/Ethan-Lim/contents.lr

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
username: balleyne
1+
username: blaise
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
username: Ethan Lim

content/archives/old-tech-blog/entries/cc-media-fingerprinting-library/contents.lr

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ Add-In
55
GSoC
66
opensource
77
---
8-
author: Ethan-Lim
8+
author: ethanlim
99
---
1010
body:
1111

1212
CC would prefer that all content on the Web include correct licensing metadata. Alas, that is not the case. So we're interested in code that will allow us to identify a given item across the Web, even if there's no metadata alongside (or within) it. The tricky part is: people often crop or resize images, clip videos, re-encode content, or quote only pieces of text. So a simple hash is not sufficient: we need more intelligent fuzzy matching. That's what this project is about.
1313

1414
### Expected Results
15-
A library that provides two methods:
16-
* Given a media file, output a fingerprint, and
17-
* Given a file and a fingerprint, return the likelihood of the file matching the original file.
15+
A library that provides two methods:
16+
* Given a media file, output a fingerprint, and
17+
* Given a file and a fingerprint, return the likelihood of the file matching the original file.
1818

1919
You can focus your efforts on only one or two media types, or you can do more if it's possible.
2020
The library can be in a low-level language (C/C++) or you can use a higher-level language (JavaScript) if it's feasible. Speed is not a major concern at this point.

0 commit comments

Comments
 (0)