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?
- Flask on Google Colab: https://medium.com/@kshitijvijay271199/flask-on-google-colab-f6525986797b
- Transform Google Colab to a GPU instance with full SSH access: https://imadelhanafi.com/posts/google_colal_server/
- Flask Chatroom on Colab: https://colab.research.google.com/github/shanaka-desoysa/shanaka-desoysa.github.io/blob/source/content/flask/Flask_Chat_Colab.ipynb#scrollTo=Hmx5lVRRa2Hq
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/