Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davebaraka committed Nov 29, 2020
1 parent 3f1a341 commit c181f47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Face Obfuscator is a chrome browser extension that uses face detection and recog

Face descriptors were generated from images under `labeled_images` and saved in a `model.json` file. These descriptors are loaded on every site navigation. Improvements to this injection to speed the dynamic manipualtion should be explored. There are also some errors on continually applying the face detection and recoginiton algorithims on dynamically loaded images. This continual application is driven by the javascript mutation observer.

We also use modify the 'access-control-allow-origin' header from requested images in order to bypass CORS protocol. This allows us to read and modify images downloaded from other origins in the HTML5 canvas.

## Contribute

The extension was developed as an academic project and we intend for this project to be more as an educational resource, learn by open sourcing. We are open for feedback and contribution.

0 comments on commit c181f47

Please sign in to comment.