WP + Python or GCP??
-
Hello,
I am interested in building a website for some predictive models I have. I have limited exposure to web dev, although I have some CS education and I’m working as a DS. Due to my inexperience in this field, I’m looking for a WP solution, but I have some questions.
What I need is the website to have a homepage with a few tabs and register(subscribe)/login functionalities. My understanding is that these are typically easy to pull off with various WP plugins.
Now, I have some Python code that includes web scrapers, pre-processing scripts, model training, evaluation and inference. For the moment, these reside locally as jupyter or python files. Regarding the website, I want for (paying) users to be able to access the models’ predictions and plot some graphs (in the homepage and in the private area). Is it possible to ‘combine’ my Python code for all these with WP?
I’m in the process of moving all these scrips to GCP. Would that work complimentary to WP? As in, can I somehow make plots with data and read the predictions (i.e. a csv file) from google storage? Or does it need extra backend stuff?
Accordingly, as I said I’m not experienced with web dev, but is putting everything on GCP a wrong step? As in, since I’ll have to pay for a server anyway, I could do everything there?
Appreciate any help.
Thanks
- The topic ‘WP + Python or GCP??’ is closed to new replies.