added | .gcloudignore |
added | .github/workflows/deploy_app_to_gcp.yaml |
added | .github/workflows/run_tests.yaml |
added | .gitignore |
added | LICENSE |
added | README.md |
added | app.yaml |
added | pages/index.html |
added | requirements.txt |
added | src/__init__.py |
added | src/app.py |
added | src/model_interface.py |
added | src/utils.py |
added | static/images/image-robot.jpg |
added | tests/__init__.py |
added | tests/test_model_interface.py |
added | tests/test_utils.py |