AutonomousGreenhouseControl icon indicating copy to clipboard operation
AutonomousGreenhouseControl copied to clipboard

CI/CD for models

Open Kaushal1011 opened this issue 3 years ago • 0 comments

  • [x] Create S3 bucket or Drive folder
  • [ ] write code that uploads (water.model, light.model, heat.mode) to S3 or Drive. (If something already exists this replaces that)
  • [x] ~create a get endpoint for each environment. when this endpoint is hit the following things happen.~
  • [x] already existing model in tfmodel directory gets deleted. new model (of the same name) is downloaded from S3 bucked or Drive folder and put into tfmodel directory. at the start of application

Kaushal1011 avatar Apr 18 '21 20:04 Kaushal1011