Show HN: Build an open-source computer vision model in seconds using text Hello HN! I want to share something me and a few friends have been working on for a while now — Zeroshot, a web tool that builds image classifiers using text-image models and autolabeling. What does this mean in practice? You can put together an image classifier in about 30 seconds that’s faster and more accurate than CLIP, but that you can deploy yourself however you’d like. It’s open source, commercially licensed, and doesn’t require you to pay anyone per API call. Here's a 2 minute video that shows it off: https://www.youtube.com/watch?v=S4R1gtmM-Lo How/why does it work? We believe that with the rise of foundation vision models, computer vision will fundamentally change. These powerful models will let any devs “compile” a model ahead of time with a subset of the foundation model’s characteristics, using only text and a web-tool. The days of teams of MLEs building complex models and pipelines are ending. Zeroshot works by using two powerful pre-trained models, CLIP and DINOv2 together. The web-app allows users to quickly create our training sets via text search. Using pre-cached DINOv2 features, we generate a simple linear model that can be trained and deployed without any fine-tuning. Since you can see what’s going into your training set, you can tune your prompts to get the type of performance or detail you want. CLIP Small -- Size: 335 MB, Latency: 35ms CLIP Large -- Size: 891 MB, Latency: 276ms Zeroshot -- Size: 85 MB, Latency: 20ms What’s next? We wanna see how people use or would use the tool before deciding what to do next. On the list: clients for iOS and NodeJS, speeding up GPU inference times via TensorRT, offering larger Zeroshot models for better accuracy, easier results refining, support for bringing your own data lake, model refinement using GPT-V, we’ve got plenty of ideas. https://ift.tt/ZjDKcmk November 29, 2023 at 01:48AM
Show HN: Build an open-source computer vision model in seconds using text https://ift.tt/UYCcx2t
Related Articles
Show HN: A simple but effective chess engine in JavaScript https://ift.tt/VtOcYfbShow HN: A simple but effective chess engine in JavaScript https://ift… Read More
Show HN: Babeloop, a new music sight-reading webapp https://ift.tt/DGSYZ9EShow HN: Babeloop, a new music sight-reading webapp Backstory: I have … Read More
Show HN: Organize your open Chrome Tabs like apps on a desktop https://ift.tt/CXxedBuShow HN: Organize your open Chrome Tabs like apps on a desktop https:/… Read More
Show HN: Pythondocs.xyz – live search for Python documentation https://ift.tt/SGgdHc8Show HN: Pythondocs.xyz – live search for Python documentation https:/… Read More
Show HN: TypeHub – A GitHub like platform to model open data specifications https://ift.tt/v0Iykb5Show HN: TypeHub – A GitHub like platform to model open data specifica… Read More
Show HN: A new way to write and publish research https://ift.tt/qfwIKrOShow HN: A new way to write and publish research https://dystr.com May… Read More
Show HN: Vessel – Your Passport for the Internet https://ift.tt/EIxFs67Show HN: Vessel – Your Passport for the Internet https://www.vessel.xy… Read More
Show HN: Mitmproxy2swagger – Automagically reverse-engineer REST APIs https://ift.tt/Dqmia54Show HN: Mitmproxy2swagger – Automagically reverse-engineer REST APIs … Read More
0 Comments: