SJSUFall2019-CMPE272 / PlantDiseaseDetector

0 stars 0 forks source link

Technology Choice Overview and Suggestions #2

Closed samkitsheth95 closed 4 years ago

samkitsheth95 commented 5 years ago
raz4 commented 4 years ago
  1. Yes, custom models will be trained and used.

  2. The plan was to segregate data science from the node backend, so AWS Lambda was introduced. However, the cold start issues with AWS Lambda became apparent, so it was dismissed from the stack.

  3. Eventually, an intermediate container to build the React was used, and the product was a single container with the React app and Node backend. Jenkins was planned for CI / CD. However, it has been replaced with an IBM Toolchain.

Thank you for the constructive feedback.