Firefox browser extension using tensorflow-javascript to run an in browser ML model

Hi:
I have a chrome browser extension running a tensorflow ML model in javascript, running in the browser (ML model inference) . My next step is to implement it now for firefox.

Do you see any special considerations? has someone already implemented tensorflow-javascript with firefox add-ons? Do you see any issues with publishing/submitting this add-on to the Firefox store?

thank you in advance for the feedback!,
Zenobia

Hello Zenobia,

I’m a volunteer reviewer for http://addons.mozilla.com/. While I’m not aware of any extension using this library. You will need to follow the “Third Party Library Usage” documentation if you’re gonna use a release version of https://github.com/tensorflow/tfjs/releases/

This will help to accelerate the review process.

Thank you!

Also,

A quick search on AMO shows that https://addons.mozilla.org/en-US/firefox/addon/pokemon-battle-predictor/ seems to be using tensorflow.

Thank you so much Sylvain! the information you posted is helpful!

1 Like