https://github.com/srj101/salesprediction
https://github.com/srj101/salesprediction
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/srj101/salesprediction
- Owner: srj101
- Created: 2022-11-27T14:08:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T14:43:39.000Z (over 3 years ago)
- Last Synced: 2025-02-16T14:29:22.584Z (over 1 year ago)
- Language: JavaScript
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)
```