Загрузка видео...

Не удалось загрузить видео

На главную

Microsoft silently updated OmniParser on the hub 👀 60% faster than v1 - sub-second latency on a 4090! "OmniParser is a general screen parsing tool, which interprets/converts UI screenshot to structured format, to improve existing LLM based UI agent." Bonus: you can try it out for free!

95,750 просмотров • 1 год назад •via X (Twitter)

Комментарии: 11

Фото профиля Vaibhav (VB) Srivastav
Vaibhav (VB) Srivastav1 год назад

Model checkpoint:

Фото профиля Vaibhav (VB) Srivastav
Vaibhav (VB) Srivastav1 год назад

Try out the model for free here:

Фото профиля AssemblyAI
AssemblyAI1 год назад

Our speech-to-text models are the most accurate on the market with top rankings across industry benchmarks. - The highest accuracy rates—up to 95% - Up to 30% fewer hallucinations than other leaders - Low latency—63 minutes converts in 35 seconds Try via API for free today 👇

Фото профиля Rohith
Rohith1 год назад

Super hard to use omnitool and its very slow even on my 4080. Like taking 1min+ just for the Image parsing.

Фото профиля Vaibhav (VB) Srivastav
Vaibhav (VB) Srivastav1 год назад

are you using the GPU, could be that you're running the op via CPU

Фото профиля moonbi 🇪🇺🪢
moonbi 🇪🇺🪢1 год назад

The problem is u need huge gpu till run it

Фото профиля Cybersphere AI
Cybersphere AI1 год назад

Setup is a nightmare on Windows. The setup is: FUSE-based (horribly slow) Assumes Linux KVM is present (Not true on Windows) Not built with Windows users in mind (requiring modifications to scripts) The devs need to release a setup procedure optimised for Windows.

Фото профиля Shabah
Shabah1 год назад

This is really interesting

Фото профиля Electe
Electe1 год назад

@huggingface @huggingface, incredible improvements with OmniParser. Speed like this can truly enhance workflows and drive productivity. 🚀 #Innovation

Фото профиля Tenkaizen
Tenkaizen1 год назад

That's impressive progress. Faster parsing opens up so many possibilities for UI agents

Фото профиля Korey 🧘🏾‍♂️
Korey 🧘🏾‍♂️1 год назад

such a project, want to build some code samples with this.

Похожие видео

AG-UI makes building agentic applications dramatically easier. Here's how it works. This is a model for a simple chatbot: User → LLM → Response But interactive agents that render UI, pause for approvals, and ask users for input need a much more complex model. When building these agents, a response from the LLM will include a series of state changes as the agent runs: • Agent started a task • Agent called a tool • Agent updated its state • Agent streams these tokens • Agent is waiting on a human • Agent is resuming the task The Agent-User Interaction Protocol (AG-UI) treats the LLM response as a stream of events rather than a text endpoint. In practice, here is what you get as an agent runs: 1. Lifecycle events so your UI knows where the agent is. 2. Text messages that stream tokens. 3. Tool calls so your UI can prefill a form with any required arguments. 4. State updates that keep your UI in sync with the agent. 5. Special events for human approvals, rich media, and custom needs. All of these events travel over standard transports (SSE, WebSockets, or plain HTTP) as JSON. As a result, you can build a frontend that stays in sync with the agent's progress without having to invent a custom process to make this happen. For example, building a human-in-the-loop workflow becomes an off-the-shelf component you can integrate rather than build from scratch. CopilotKit🪁 is the creator of AG-UI, and you can use it when building frontend applications pretty much anywhere: • React • Angular • Vue • React Native • Slack • Teams • Discord • WhatsApp • Telegram Here is the link for you to check it out: Thanks to the CopilotKit team for partnering with me on this post.

Santiago

17,438 просмотров • 10 дней назад