I have developed a logistic regression based prognostic model in Stata. Is there any way to develop an app using this logistic regression equation (from Stata)?
Most of the resources I found require me to develop the model from scratch in Python/R and then develop the app using streamlit/Shiny etc.
However, I am looking for a resource where I could use the coefficients and intercept values from Stata based model rather than build model from scratch in python.