AskUI

Enterprise
company
Verified
Activity Feed

AI & ML interests

UI Automation, Agents, Vision, NLP, LLMs, prompt-to-automation, pta, pta-text, prompt to automation

Recent Activity

programmnix-askuiย  updated a Space 5 days ago
AskUI/DeepSeek-Vl-UI
programmnix-askuiย  published a Space 6 days ago
AskUI/DeepSeek-Vl-UI
View all activity

AskUI's activity

programmnix-askuiย 
in AskUI/PTA-1 about 17 hours ago
programmnix-askuiย 
in AskUI/PTA-1 14 days ago

Several icons

1
#2 opened 14 days ago by
darkzbaron

Update app.py

1
#1 opened 2 months ago by
Tonic
maxiwย 
posted an update about 2 months ago
view post
Post
2098
You can now try out computer use models from the hub to automate your local machine with https://github.com/askui/vision-agent. ๐Ÿ’ป

import time
from askui import VisionAgent

with VisionAgent() as agent:
    agent.tools.webbrowser.open_new("http://www.google.com")
    time.sleep(0.5)
    agent.click("search field in the center of the screen", model_name="Qwen/Qwen2-VL-7B-Instruct")
    agent.type("cats")
    agent.keyboard("enter")
    time.sleep(0.5)
    agent.click("text 'Images'", model_name="AskUI/PTA-1")
    time.sleep(0.5)
    agent.click("second cat image", model_name="OS-Copilot/OS-Atlas-Base-7B")


Currently these models are integrated with Gradio Spaces API. Also planning to add local inference soon!

Currently supported:
- Qwen/Qwen2-VL-7B-Instruct
- Qwen/Qwen2-VL-2B-Instruct
- AskUI/PTA-1
- OS-Copilot/OS-Atlas-Base-7B
ยท
maxiwย 
posted an update 2 months ago
view post
Post
1226
๐Ÿค– Controlling Computers with Small Models ๐Ÿค–

We just released PTA-1, a fine-tuned Florence-2 for localization of GUI text and elements. It runs with ~150ms inference time on a RTX 4080. This means you can now start building fast on-device computer use agents!

Model: AskUI/PTA-1
Demo: AskUI/PTA-1
  • 1 reply
ยท
maxiwย 
posted an update 2 months ago
view post
Post
4645
I was curious to see what people post here on HF so I created a dataset with all HF Posts: maxiw/hf-posts

Some interesting stats:

Top 5 Authors by Total Impressions:
-----------------------------------
@merve : 171,783 impressions (68 posts)
@fdaudens : 135,253 impressions (81 posts)
@singhsidhukuldeep : 122,591 impressions (81 posts)
@akhaliq : 119,526 impressions (78 posts)
@MonsterMMORPG : 112,500 impressions (45 posts)

Top 5 Users by Number of Reactions Given:
----------------------------------------
@osanseviero : 1278 reactions
@clem : 910 reactions
@John6666 : 899 reactions
@victor : 674 reactions
@samusenps : 655 reactions

Top 5 Most Used Reactions:
-------------------------
โค๏ธ: 7048 times
๐Ÿ”ฅ: 5921 times
๐Ÿ‘: 4856 times
๐Ÿš€: 2549 times
๐Ÿค—: 2065 times
ยท
maxiwย 
posted an update 2 months ago
view post
Post
1725
Exciting to see open-source models thriving in the computer agent space! ๐Ÿ”ฅ
I just built a demo for OS-ATLAS: A Foundation Action Model For Generalist GUI Agents โ€” check it out here: maxiw/OS-ATLAS

This demo predicts bounding boxes based on screenshot + instructions as input.
maxiwย 
posted an update 5 months ago
view post
Post
2735
The new Qwen-2 VL models seem to perform quite well in object detection. You can prompt them to respond with bounding boxes in a reference frame of 1k x 1k pixels and scale those boxes to the original image size.

You can try it out with my space maxiw/Qwen2-VL-Detection

ยท
maxiwย 
posted an update 5 months ago
view post
Post
2272
Just added the newly released xGen-MM v1.5 foundational Large Multimodal Models (LMMs) developed by Salesforce AI Research to my xGen-MM HF Space maxiw/XGen-MM
  • 2 replies
ยท