Keras Model (.h5) run in web with tensorflowjs

  • Start live server in vscode with live server. Open browser, browser index.html
  • inspect element and go to console
    // where 7(month) and 11(day)
    // for february 11. input would be 211
    const input = 711 
    const res  = await allRun(input)