wingman-jr-addon / wingman_jr

This is the official repository (https://github.com/wingman-jr-addon/wingman_jr) for the Wingman Jr. Firefox addon, which filters NSFW images in the browser fully client-side: https://addons.mozilla.org/en-US/firefox/addon/wingman-jr-filter/ Optional DNS-blocking using Cloudflare's 1.1.1.1 for families! Also, check out the blog!
https://wingman-jr.blogspot.com/
Other
35 stars 6 forks source link

Blaze local co-processor POC #173

Closed wingman-jr-addon closed 2 years ago

wingman-jr-addon commented 2 years ago

Tried my hand at a proof of concept for routing the inference part to a local NodeJS project. It more or less worked, but no performance gain to speak of, and unfortunately packaging the NodeJS app is easy but still forces the local installation of e.g. CUDNN stuff. Not a win overall.