TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Deploy ML Model as API

1 pointsby brendanfalkover 5 years ago
Looking to deploy some pre-trained Keras models into a simple but scalable RESTful API.<p>What would the easiest way of doing this be? And what would the cheapest way be? (Presuming these are different)<p>My current thoughts are to save Keras model as .h5 and combine with Flask and AWS EC2.<p>New to deployment and backend stuff so would be very appreciative for any help. Thanks so much!

1 comment

brendanfalkover 5 years ago
As an answer, other than the ones listed above, I was recommended: <a href="https:&#x2F;&#x2F;algorithmia.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;algorithmia.com&#x2F;</a>