Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to turn Google Colab code into web services or rest APIs

I have a Machine learning module which uses Google Colab's free GPU for NLP tasks, and I want to make a web app out of it. I've been thinking of using React js for frontend and spring boot for the back end and was wondering whether there is a way to connect the code at Google Colab with the backend. Want to know other alternative suggestions to building a web app incorporating the ML module in Colab as well. Any sort of help is appriciated.

like image 432
Dilrukshi Perera Avatar asked Oct 25 '25 08:10

Dilrukshi Perera


1 Answers

It's possible. But there's no good examples of it.

There's an example of serving local resources, using http-server. Flask examples used to work too. But not much else.

like image 51
korakot Avatar answered Oct 26 '25 22:10

korakot



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!