Predict typing - multi suggestion

Hello,

I would like to use some models I have training for predict typing, but I’m not sure how to go about it. When you search anything online about “predict typing” you only come accros tutorial to train a model to do predict typing… which I already done.

My concern is really how to trigger the model to be called when a user is typing on a webpage for example. It might be a little out of the scope of this forum, but at the same time I believe it still fit in the scope of “using” the model generated!

At this stage i’m looking for anything that can help even suggestion of key words I could use to find nice tutorial to implement such a feature!

Best regards,
Samuel

Hi Samuel!

You need JavaScript for this. Some time ago, I published a simple example. In the app.py file, you replace the code under [Modify] with your model inference code.

I hope this helps.

Kind regards,
Yasmin

1 Like