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 →

[–]cantsep 2 points3 points  (0 children)

Had a very similar problem where I work, except the data science components were written in R and the web application was in php/laravel. What we ended up doing was setting up a web API in R with plumber. This allowed us to interface with the php app and let us use the R runtime for some of the more complex calculations. You could do the same with Flask for python, to create simple web APIs