christophmark / pytorch-autocomplete

Tutorial for developing a topic-specific autocomplete function for Jupyter notebooks based on PyTorch and Google Colaboratory.
MIT License
36 stars 5 forks source link

pytorch-autocomplete as a service #1

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hi Christoph,

Hope you are doing all well !

I was wondering how complicated it would be to update pytorch-autocomplete as a service with guincorn/flask ?

I am a newbie in python, much more a gopher, and was wondering if I can ask you some help. I would like to test it on a website I am working on http://paper2code.com/

Have a great day !

Cheers, X

christophmark commented 4 years ago

Hi x0rzkov,

thanks for the interest in the project. For serving trained Pytorch models, have a look at https://pytorch.org/serve/

Unfortunately, I currently do not have spare time to consult on this project.

Cheers, Chris