Hi,
I have written a python machine learning program to run in the backend. I wanted to create a webpage using Wix for the front end and then connect it to my python code in the backend. My webpage would just contain spaces for the user to enter certain inputs and then I would like my machine learning algorithm to give out a prediction. I don’t know Javascript so I can’t rewrite my entire algorithm in JS. How can I use my python backend code on Wix?
Thanks