Flask on Google Colab, A free web app server

Flask on Google Colab

Colab is strong and famous by its support of GPU/TPU. However, with Flask, it can be a web app server. That’s very cool!

Ngrok

Expose the localhost to a public temporary url that can be shared with all around the world. That’s so cool!

But how?

about the no-token ngrok test:

no-token ngrok: https://dl.equinox.io/ngrok/ngrok/stable 1 Download: wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip 2. unzip ngrok-stable-linux-amd64.zip 3 ./ngrok http 8080

ref: https://www.tecmint.com/test-local-websites-on-internet-using-ngrok/

Really really cool!

Published At
comments powered by Disqus