HN user

theo31

87 karma
Posts60
Comments50
View on HN
twitter.com 28d ago

We built secure automated learning loops in Modal and Claude Code

theo31
2pts0
github.com 4y ago

Show HN: Inferrd – open-source ML Deployment

theo31
4pts0
inferrd.com 4y ago

Show HN: Deploy any ML models with 1 line

theo31
1pts0
inferrd.com 4y ago

Show HN: GPU-Accelerated Inference Hosting

theo31
2pts0
inferrd.com 4y ago

Show HN: Deploy Scikit, TF and SpaCy on GPUs in 2 Minutes

theo31
2pts0
inferrd.com 5y ago

Show HN: GPU-Accelerated Inference Hosting

theo31
56pts34
inferrd.com 5y ago

How to Save and Deploy TensorFlow

theo31
1pts0
inferrd.com 5y ago

Show HN: Deploy Keras without any configuration

theo31
2pts0
inferrd.com 5y ago

Show HN: The easiest way to deploy XGBoost

theo31
1pts0
inferrd.com 5y ago

Deploy Scikit with Flask and Docker (Tutorial)

theo31
2pts0
inferrd.com 5y ago

Show HN: Deploy Scikit to the web in 2 lines

theo31
1pts0
inferrd.com 5y ago

Show HN: Deploy TensorFlow with just 2 lines

theo31
2pts0
inferrd.com 5y ago

Deploy Scikit Models from DeepNote on Inferrd.com

theo31
1pts0
inferrd.com 5y ago

Show HN: Deploy ML with Ease

theo31
1pts0
inferrd.com 5y ago

Dockerize TensorFlow Models

theo31
1pts0
livesheet.co 5y ago

Show HN: The Spreadsheet for creative minds – LiveSheet

theo31
6pts10
inferrd.com 5y ago

Show HN: GPU-enabled PaaS for AI services

theo31
2pts0
inferrd.com 5y ago

Show HN: The easiest way to deploy TensorFlow – Inferrd v2.0

theo31
15pts3
inferrd.com 5y ago

Show HN: Inferrd 2.0 – One line TensorFlow deployment

theo31
2pts0
tapehouse.co 5y ago

Show HN: TapeHouse, your team's private YouTube

theo31
1pts0
livesheet.co 5y ago

Show HN: LiveSheet, the first no-code spreadsheet [No signup required]

theo31
1pts0
tapehouse.co 5y ago

Show HN: Upload, annotate, share Zoom recordings (for remote teams)

theo31
3pts0
inferrd.com 5y ago

Show HN: Deploy any-size Keras model with a drag and drop

theo31
3pts0
app.inferrd.com 5y ago

Show HN: API to compare sentences using GloVe word embeddings

theo31
1pts0
app.inferrd.com 5y ago

Show HN: Free word/sentence vectorizer as an API

theo31
2pts0
blog.inferrd.com 5y ago

Deploy Scikit Models to Production

theo31
2pts0
blog.inferrd.com 6y ago

Show HN: We Built a ML Hosting Platform with Google Cloud Run

theo31
4pts2
inferrd.com 6y ago

Show HN: Deploy Scikit and Keras Models with a Simple Drag and Drop

theo31
25pts11
guesswrk.co 6y ago

Show HN: Train an AI from a Google Sheet

theo31
4pts0
guesswrk.co 6y ago

Show HN: Automated Artificial Intelligence with Spreadsheets

theo31
5pts1

Oh that's very interesting, how ready for production is it? It only works for TF right?

If you need a few dozen inferences per second per server, this is the cheapest way. And you're not depending on a proprietary solution whose parent company could go out of business in a year.

Definitely the cheapest way.

We've been in business for more than a year already actually :)

Yes! A more in-depth blog post is coming soon. We do host the hardware ourselves, for complete control over the GPUs. We found a great infrastructure provider that is also experiencing shortages.

The response time guaranteed is for a reasonably sized model. Bigger models (> 700 MB) will take a bit longer.

The model size is the zipped size of your model that is uploaded to Inferrd (either through the SDK or the website).

I'll fix the full screen problem right away, thank you for reporting.

We only have servers in the United States at the moment but are looking to have servers all around NA and EU very soon.

Thank you!

We don't have any cold start delay! In our custom environment, you can do exactly what you are describing (running both CPU and GPU code). We provide you with access to the GPU and the CUDA libraries installed. It's basically lambda (minus the cold start) with GPU access.

We can scale a lot very quickly depending on how much you need.

1. No it's not open source, but I'm not excluding it from the roadmap :) The selling point is really the easiness of it.

2. Yes! We will be releasing tokens soon so that anyone can interact with the API.

3. Models can be up to 1GB, each model gets their own server , we only do real-time predictions for now. Meaning the models are constantly running waiting for a request

Hi! If don’t need any pre processing we have built in support for all the major librairies.

In addition we support custom pre and post processor via custom environments! Simply write your inference code into a predict.py and we take care of the rest.

(Btw I am really into CML.dev, great idea)