In this lab, you will learn how to use App Engine Flexible with Python’s Flask framework. You’ll deploy a web application that allows users to upload photos of people’s faces and do simple facial recognition with the Cloud Vision API.
Deploying a Python Flask Web Application to App Engine Flexible
Google via Google Cloud Skills Boost
Overview
Syllabus
- GSP023
- Overview
- Setup and requirements
- Task 1. Get the sample code
- Task 2. Authenticate API requests
- Task 3. Testing the application locally
- Task 4. Exploring the code
- Task 5. Deploying the App to App Engine Flexible
- Congratulations!