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: What is your production ML stack like? (2021)

3 pointsby AhtiKover 4 years ago
I&#x27;m curious about your ML stack that is also used in production. What has failed, what has given joy?<p>Have you managed to set up a reliable &quot;MLOps&quot; environment with a small(!) team? What are the ingredients?<p>To what extent do you monitor your model inference performance? Is there an automated KPI tracking in place to make sure the new model architecture or a new set of weights perform as expected?<p>How much of your deployment has moved to an &quot;ML Cloud&quot;? Whether it&#x27;s an AWS, GCP or Azure ML-specific services. Which are the ingredients?

1 comment

juliensalinasover 4 years ago
Here&#x27;s the ML stack I have been using for my last project:<p>- Doing NLP with spaCy (<a href="https:&#x2F;&#x2F;spacy.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;spacy.io&#x2F;</a>) as I consider it to be the most production ready framework for NLP<p>- Annotating datasets with Prodigy (<a href="https:&#x2F;&#x2F;prodi.gy&#x2F;" rel="nofollow">https:&#x2F;&#x2F;prodi.gy&#x2F;</a>), a paid tool made by the spaCy team<p>- Deploying the trained spaCy models onto NLP Cloud (<a href="https:&#x2F;&#x2F;nlpcloud.io" rel="nofollow">https:&#x2F;&#x2F;nlpcloud.io</a>), a service I helped creating<p>- Use the models through the NLP Cloud API in production and enrich my Django application out of it