Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 869 Bytes

2_render_app.md

File metadata and controls

19 lines (13 loc) · 869 Bytes

Render Web App Deployment

Render was utilized to deploy the web app.

Input to Render App

This output file, model.pkl is the input to the Render app.

Render Setup

If you don't have a Render account, create one here: https://www.render.com/. For deploying this project, I have used following steps.

  • Upload your code to any github repository and make sure that it is running on local server.
  • Make sure you have same hierarchy of folders and files as given in this repository.
  • Create a render app and name it according to your choice.
  • Go to the deployment method and then use github method for deployment.
  • It will deploy your model within a couple of minutes.
  • See the View logs option for more details and working of your deployed model.