I am working on tabular model and would like deploy the model in render. I tried deploying the Image Classifier Model and it worked. For tabular it is different. how to send data to tabular model from frontend.
Thank you for your good post.
However, I was also wondering if there are any methods that makes use of HTML forms, not by uploading CSV files.
Since tabular data has inputs that can be put by users, I thought it would be better to have some sort of form that accepts user’s inputs and outputs based on user’s input, which is better when testing individually.
Are there any notebooks that I can take reference? All the notebooks I can find in deploying is csv file uploads.