An open API service indexing awesome lists of open source software.

https://github.com/srj101/salesprediction


https://github.com/srj101/salesprediction

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## 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

```js

// where 7(month) and 11(day)
// for february 11. input would be 211
const input = 711
const res = await allRun(input)
```