TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Deploy ML Model as API

1 点作者 brendanfalk超过 5 年前
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

brendanfalk超过 5 年前
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>