srj101 / SalesPrediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About


Languages

Language:JavaScript 64.0%Language:HTML 36.0%