Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 795 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 795 Bytes

SignMe-Website

Install necesasey requirements:

  • Install flask: pip install flask
  • Install tensorflow: pip install tensorflow

1. Write App (Flask, TensorFlow)

  • The code to build, train, and save the model is in the test folder.
  • Implement the app in main.py

2. Setup Google Cloud

  • Create new project
  • Activate Cloud Run API and Cloud Build API

3. Install and init Google Cloud SDK

4. Dockerfile, requirements.txt, .dockerignore

5. Cloud build & deploy

gcloud builds submit --tag gcr.io/signme-352513/index
gcloud run deploy --image gcr.io/signme-352513/index --platform managed

Test

  • Test the code with test/test.py