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.

Show HN: Model Zoo: Deploy your machine learning model in a single line of code

34 pointsby yoavzalmost 5 years ago

5 comments

yoavzalmost 5 years ago
Hey HN! Builder of Model Zoo here.<p>I&#x27;ve worked as a software engineer in machine learning for a few years, bringing models to production in a variety of areas. Although there exists an open-source ecosystem for deploying ML models, most of these tools are targeted towards infrastructure engineers -- Kubernetes, Docker, and web server frameworks. As a result, there exists a gap today between some of the data scientists and machine learning engineers that develop these models and the skills required to deploy them.<p>I built Model Zoo to address that gap. Deploy your model to an HTTP endpoint with a single line of code, from any Python environment. Plus, you get all the features you&#x27;ll need from a production ML system for free (monitoring features &#x2F; predictions, autoscaling, web interface for documentation).<p>Test it out with one of our quickstarts here for free. You can experiment with it in-browser via Google Colaboratory or in your own Python environment:<p><a href="https:&#x2F;&#x2F;docs.modelzoo.dev&#x2F;quickstart&#x2F;tensorflow.html" rel="nofollow">https:&#x2F;&#x2F;docs.modelzoo.dev&#x2F;quickstart&#x2F;tensorflow.html</a> or <a href="https:&#x2F;&#x2F;docs.modelzoo.dev&#x2F;quickstart&#x2F;transformers.html" rel="nofollow">https:&#x2F;&#x2F;docs.modelzoo.dev&#x2F;quickstart&#x2F;transformers.html</a>
ZeroCool2ualmost 5 years ago
This is pretty cool! Do you have support for GPU&#x2F;TPU acceleration? I saw you can deploy in your own AWS VPC, can you do the same on GCP? Also, what model frameworks do you support right now? TF 1.x&#x2F;2.x and PyTorch?
评论 #23681254 未加载
dmpetrovalmost 5 years ago
Neat idea.<p>I&#x27;m wondering what ML model formats you use and what is specification for inputs\results? Do you try to use some common format or it is fine for you to use a proprietary one?<p>I&#x27;m building <a href="https:&#x2F;&#x2F;DVC.org" rel="nofollow">https:&#x2F;&#x2F;DVC.org</a> - Git for data. We think about how to save and version ML models properly (through GitFlow). One of the biggest challenges - there are not common formats for ML models, inputs and scorings formats.<p>I&#x27;d appreciate if you could share your opinion about models format generalization.
评论 #23682345 未加载
zvralmost 5 years ago
Ahem -- Name conflicts with the collection of deep learning models by Intel: <a href="https:&#x2F;&#x2F;www.intel.com&#x2F;content&#x2F;www&#x2F;us&#x2F;en&#x2F;artificial-intelligence&#x2F;posts&#x2F;model-zoo-ia.html" rel="nofollow">https:&#x2F;&#x2F;www.intel.com&#x2F;content&#x2F;www&#x2F;us&#x2F;en&#x2F;artificial-intellige...</a>
评论 #23685294 未加载
评论 #23685778 未加载
rootcagealmost 5 years ago
This is very interesting. Do you support Azure or even custom hosting? Once the model is deployed do you monitor things besides performance? Such as I&#x2F;O to the model, data drift, etc?
评论 #23681997 未加载