Viewing profile — EarlyOom
EarlyOom
HN member- Joined
- Tue, Mar 22, 2022, 6:34 PM UTC
- HN karma
- 205
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About EarlyOom
No profile information was provided.
Recent public activity
-
comment
Comment #44447832
Shocking how poor frontier models perform on simple visual tasks. Best-in-domain tool calling will Become the norm
-
comment
Comment #43247886
VLM Run | Member of Technical Staff, ML Systems | Full-time | Hybrid Bay Area, CA | https://vlm.run | 150k-220k / yr + Equity VLM Run is a first-of-its-kind API dedicated to runnin…
-
comment
Comment #43188999
This is the main focus of VLM Run and typed extraction more generally. If you provide proper type constraints (e.g. with Pydantic) you can dramatically reduce the surface area for …
-
comment
Comment #43188474
You can try out some of our schemas with Ollama if you want: https://github.com/vlm-run/vlmrun-hub (instructions in Readme)
-
comment
Comment #43188372
VLMs are able to take context into account when filling in fields, following either a global or field specific prompt. This is great for e.g. unlabeled axes, checking a legend for …
-
comment
Comment #43188349
You can! it works with Ollama https://github.com/vlm-run/vlmrun-hub At the end of the day its just schemas. You can decide for yourself if its work upgrading to a larger, more expe…
-
comment
Comment #43188344
We can do bounding boxes too :) we just call it visual grounding https://github.com/vlm-run/vlmrun-cookbook/blob/main/noteboo...
-
comment
Comment #43188337
We convert to a JSON schema, but it would be trivial to convert this to yaml. There are some minor differences in e.g. tokens required to output JSON vs yaml which is why we've opt…
- story
-
comment
Comment #43133356
OCR seems to be mostly solved for 'normal' text laid out according to Latin alphabet norms (left to right, normal spacing etc.), but would love to see more adversarial examples. We…
- story
- story
- story
-
comment
Comment #43119750
Would love to chat! reach out scott@vlm.run
-
comment
Comment #43111724
That's one of our main focuses, yes: https://docs.vlm.run/api-reference/v1/fine-tuning/post-finet...
-
comment
Comment #43110174
We put together an open-source collection of Pydantic schemas for a variety of document categories (W2 filings, invoices etc.), including instructions for how to get structured JSO…
- story
-
comment
Comment #42922656
VLM Run | Member of Technical Staff, ML Systems, Developer Relations | Full-time | Bay Area, CA | https://vlm.run | 150k-220k / yr + Equity VLM Run is a first-of-its-kind API dedic…
-
story
Show HN: Vlm Run, Extract JSON from images, videos and documents in a simple API
Hey HN, We’ve been building out an API for ‘Visual ETL’ that we call vlm.run. We’ve been working with foundation models (GPT4o, Gemini) for a few months and kept running into failu…
-
comment
Comment #41238066
Curious how this compares to platforms like https://unstructured.io/
-
comment
Comment #41238042
This is a bigger issue than folks realize, visual inputs to GPT4 are really expensive (like several cents per dozen images in some cases), which means that you can't just spam the …
-
comment
Comment #41237973
We've been building something similar with https://vlm.run/ : we're starting out with documents, but feel like the real killer app will involve agentic workflows grounded in visual…
-
comment
Comment #41206121
We've been trying to solve this with https://vlm.run : the idea is to combine the character level accuracy of an OCR pipeline (like Tesseract) with the flexibility of a VLM. OCR pi…
-
comment
Comment #40651427
Hi Arthur! There's a bit of confusion here. It looks like you're referring to _audio_ transcription; that is, passing the audio component into an ASR pipeline (like Whisper, Otter …
-
comment
Comment #40637505
TLDR: There are dozens of audio transcription APIs, but nothing for video and visual transcriptions. So we built one. If you want visual chaptering, summarization, OCR / text-extra…