when my code is get uploaded in Heroku its is showing error here is my code and image:
code:- https://github.com/agarwalyash02/image-caption-bot-web
image:-
when my code is get uploaded in Heroku its is showing error here is my code and image:
code:- https://github.com/agarwalyash02/image-caption-bot-web
image:-
Hey,
free version of Heroku provides only 500mb of data, and it is difficuilt to host tensorflow heavy model in heroku.
The requirements takes only 167mb, but when it is actually running it takes more than 500mb
That’s why it is not possible to deploy image captioning on heroku
ohk thanks for your support