Search code examples
pythongoogle-cloud-vision

How to run python app on server through browser


I just started using PYTHON and now i want to run a google vision cloud app on the server but I'm not sure how to start. I do have a server up and running at http://18.217.137.107 and the app source code looks like https://cloud.google.com/vision/docs/detecting-landmarks#vision-landmark-detection-python. Any help would be greatly appreciated.


Solution

  • What you need is a webapp built on some framework like django/flask. You can find a basic app example in the following link: Create a basic GCP app using Flask