How can i deploy Image Captioning project only on Heroku ? Will netlify be able to deploy such big project?
Deploying Image Captioning Project on Heroku
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 ,
- Use azure ML studio
- Take a virtual instance , and run your code there locally , and use its public IP to access publicly.
these can help