tensorflow-stack-ts
tensorflow-stack-ts copied to clipboard
Add DB model based on for backend input/output stores
- [ ] sequelize-typescript based
- [ ] lightweight schema - tensors saved as jsonb
- [ ] migration scripts
- [ ] store training data in table 1
- [ ] store predict input and output in table 2
- [ ] load training data on start to train the model
- [ ] load old predict to frontend graph