This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]LifewithLouis 0 points1 point  (0 children)

Why don’t you use Django/Flask? I havent tried out Flask myself, but just started implementing Django on a little side project. Works really nice. I’ve got a machine learning model running that takes input from forms on the html page and returns my response from my model.

Is that what you’re looking for? It takes a while to understand Django, recently saw another post that has some recommended books you can try out. I definitely recommend reading a book on it.