Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

237
Views
I want to open a tensorflow model in chrome extension but it doesn't seem to work

I added the model.json and the bin file at the same directory and allowed web access in the manifest.

However I can't load the file It saids

Error: In local storage, there is no model with name 'model'

But I can find the file in the chrome extension DevTool

This is the code I use

mymodel = {the json model file}
async function load_model() {

    localStorage.setItem("model",JSON.stringify(mymodel));
    const model = await tf.loadLayersModel('localstorage://model');

    return model;
}
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!