Install necesasey requirements:
- Install flask: pip install flask
- Install tensorflow: pip install tensorflow
- The code to build, train, and save the model is in the
test
folder. - Implement the app in
main.py
- Create new project
- Activate Cloud Run API and Cloud Build API
gcloud builds submit --tag gcr.io/signme-352513/index
gcloud run deploy --image gcr.io/signme-352513/index --platform managed
- Test the code with
test/test.py