Needs advice
on
HerokuHerokuPythonPython
and
PythonAnywherePythonAnywhere

I am going to send my website to a Venture Capitalist for inspection. If I succeed, I will get funding for my StartUp! This website is based on Django and Uses Keras and TensorFlow model to predict medical imaging. Should I use Heroku or PythonAnywhere to deploy my website ?? Best Regards, Adarsh.

READ LESS
4 upvotes·790.8K views
Replies (4)
Enterprise Architect at Warby Parker·
Recommends
on
Heroku

If the purpose is to demonstrate a viable website, I'd go with Heroku, as the fundamental ideas of getting up and going, and iterating quickly on your idea, and continuously delivering your updates is pretty much handled for you. Heroku is amazing for developer experience, and while costs may scale differently than other solutions, the trade-off is in your time to develop and deliver the product.

READ MORE
3 upvotes·575 views
Chief Data Scientist at Datiberica·
Recommends
on
DigitalOcean

I love Heroku for ease of Deployment but it gets very expensive as you scale. Digital Ocean is great for your purposes as others have said on here. The beauty of Heroku is the Dyno architecture, but really you can do this yourself by installing docker (free edition), it will save you a lot of money and you will need it as you get started. The tutorials on DO are all very well written, and Docker even has an Image for running GPU in a containerized Jupyter environment should you want that. https://github.com/iot-salzburg/gpu-jupyter/

READ MORE
3 upvotes·1 comment·473 views
Marzia Azam
Marzia Azam
·
May 1st 2020 at 7:03PM

Better to be specific: the link above is not an official Docker image

·
Reply
View all (4)
Avatar of Mike Fiedler

Mike Fiedler

Enterprise Architect at Warby Parker