FIRST-Tech-Challenge / fmltc

FIRST Machine Learning Toolchain
Other
38 stars 14 forks source link

Reduced time for deploying to app engine #269

Closed lizlooney closed 1 year ago

lizlooney commented 1 year ago

Moved code that is used for app engine into a separate subdirectory so that app engine doesn't need to depend on tensorflow or opencv.

Some of the python files in the app_engine subdirectory are also used for the cloud function.

Changed layout.html to load WithSupportFromGoogleCloud.png from cloud storage.

lizlooney commented 1 year ago

I'm going to make a new pull request from FIRST-Tech-Challenge/fmltc (instead of lizlooney/fmltc) so the github checks can access the secrets.

lizlooney commented 1 year ago

See #272