Deploying Image Captioning Project on Heroku

How can i deploy Image Captioning project only on Heroku ? Will netlify be able to deploy such big project?

hey @rishitagoel13 ,
yes you can deploy it on heroku , but i guess there we have some memory restrictions , and under that it won’t work.

So, you can try azure with students account.

Can you give me a step guide of how to deploy image captioning project on azure?

there are multiple methods ,

  1. Use azure ML studio
  2. Take a virtual instance , and run your code there locally , and use its public IP to access publicly.

these can help