#modeldeployment — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #modeldeployment, aggregated by home.social.
-
Building a machine learning model is only half the journey — deploying it brings your work to life.
From dataset selection and model training to deployment using Streamlit, Gradio, or cloud platforms like AWS and GCP — this roadmap helps you go from idea to interactive app fast.Don’t just train models. Deploy them.
📕 https://ebokify.com/machine-learning
#MachineLearning #DataScience #MLOps #AI #ModelDeployment #Python #DeepLearning #Streamlit #Gradio #AWS #GCP
-
Building a machine learning model is only half the journey — deploying it brings your work to life.
From dataset selection and model training to deployment using Streamlit, Gradio, or cloud platforms like AWS and GCP — this roadmap helps you go from idea to interactive app fast.Don’t just train models. Deploy them.
📕 https://ebokify.com/machine-learning
#MachineLearning #DataScience #MLOps #AI #ModelDeployment #Python #DeepLearning #Streamlit #Gradio #AWS #GCP
-
Building a machine learning model is only half the journey — deploying it brings your work to life.
From dataset selection and model training to deployment using Streamlit, Gradio, or cloud platforms like AWS and GCP — this roadmap helps you go from idea to interactive app fast.Don’t just train models. Deploy them.
📕 https://ebokify.com/machine-learning
#MachineLearning #DataScience #MLOps #AI #ModelDeployment #Python #DeepLearning #Streamlit #Gradio #AWS #GCP
-
Building a machine learning model is only half the journey — deploying it brings your work to life.
From dataset selection and model training to deployment using Streamlit, Gradio, or cloud platforms like AWS and GCP — this roadmap helps you go from idea to interactive app fast.Don’t just train models. Deploy them.
📕 https://ebokify.com/machine-learning
#MachineLearning #DataScience #MLOps #AI #ModelDeployment #Python #DeepLearning #Streamlit #Gradio #AWS #GCP
-
Building a machine learning model is only half the journey — deploying it brings your work to life.
From dataset selection and model training to deployment using Streamlit, Gradio, or cloud platforms like AWS and GCP — this roadmap helps you go from idea to interactive app fast.Don’t just train models. Deploy them.
📕 https://ebokify.com/machine-learning
#MachineLearning #DataScience #MLOps #AI #ModelDeployment #Python #DeepLearning #Streamlit #Gradio #AWS #GCP
-
Question about R, mlflow and models...
I am trying to register a R model using the crate flavor in mlflow, and I have some doubts.
I have been able to log and register the model. I have also tested that I can load the model again and use it for prediction (inputs/outputs are data.frames).
I was thinking... that would mean I should write the inference part in R, wouldn't it?
How could I deploy the model so it can be served as a general web service (REST API), not actually relying on final users to use R?
I'm now quite tired, but the only solution I have found is to maybe use plumbr to expose an API receiving a JSON with all the inputs as simple types, and generating the data.frame inside, as I have always done.
Do you think this can be done directly using a crated function? Has anybody done something similar?
Thanks in advance. I think this is a discussion worth having, as there is a lack of documentation on this topic for us R users. :(
#rstats #ml #machinelearning #models #mlflow #ai #datascience #data #prediction #mlops #modeldeployment