This is a Hello World app using python3 and tensorflow for google app engine flexible environment
-
Clone this repo.
git clone https://github.com/armujahid/appengine-tensorflow-python3.git cd appengine-tensorflow-python3
-
Create a virtualenv, install dependencies, and run the sample
virtualenv env source envbinactivate pip install -r requirements.txt python main.py
-
Visit the application at http://localhost:8080.
-
Use the Google Developers Console to create a projectapp id. (App id and project id are identical)
-
Install the Google Cloud SDK, including the gcloud tool, and gcloud app component.
-
Setup the gcloud tool. This provides authentication to Google Cloud APIs and services.
gcloud init
-
Use gcloud to deploy your app.
gcloud app deploy --project <your-app-id>
-
Congratulations! Your application is now live at
your-app-id.appspot.com
Licensed under the Apache License