In this tutorial, we’ll explore building a screen parsing agent using GPT-4o and OmniParser. Our goal is to demonstrate locking a computer, specifically a MacOS device, using this agent. https://lnkd.in/gWssa-MS #agenticai #omniparser #llm #automation #productivityhack #gpt4o
Ferry Djaja’s Post
More Relevant Posts
-
PicoGPT lets you run multiple llms on your mac using mlx. Given the performances of mlx 0.7 this might be even better than LMstudio https://lnkd.in/eGmVrBuz
Ronald Mannak (@ronaldmannak) on X
twitter.com
To view or add a comment, sign in
-
so working with a blank yolo model quantized to int8 was a bad idea.The edge hardware I'm using meant I took some shortcuts as training was taking to long.Anyway I ended up downloading a pre trained model and running conversion to int8 tflite model as I usually just add a class I must say tensorflow just works now on Windows every time I've had to download the tensorflow library I've always resorted to docker. I was going to run onnx but I've had issues in the path going onnx then int8 with models but man tensorflow names are weird so it makes a few flavours you'd say some partial int8 one full int8 the model called yoloint8.tflite isn't the full int8 no no no it's the yolo11_full_interger_quant.tflite. That makes perfect sense why would I stupidly think the model called int8 would be the actual int8 model. But now tensorflow is back again just working on Windows (with some downloaded dependencies onnx,c++) I think it's back to being usefull again for me as it can be packaged and shipped without sending someone to location to get running.
To view or add a comment, sign in
-
- Rethinking the Terminal - Why Warp Impresses Where Others Don't In my career, I've come across countless software solutions. But only a handful have truly impressed me. Google's V8 engine stands out for its innovation. Recently, Warp Terminal (warp.dev) joined that elite group. Unlike for (example) ChatGPT, which feels like a clever application of existing ideas on more powerful hardware, Warp feels like a fundamental shift. It's a ground-up re-imagining of the terminal experience, not just a prettier shell. Warp goes beyond basic emulation. It offers a modern, intuitive interface that makes working in the terminal a pleasure. From smart completions to intuitive editing, it streamlines workflows for developers of all levels. Some of my favourite features include workflows (essentially saved commands snippets with variables, multi-cursor editing, vim mode and the brand new notebooks (like jupyter). If you're looking for a terminal that elevates your development experience, look no further than Warp. It's a breath of fresh air in a landscape often defined by incremental improvements. https://lnkd.in/eCXCf8iy #WarpTerminal #DeveloperTools #SoftwareInnovation
Warp: Your terminal, reimagined
warp.dev
To view or add a comment, sign in
-
- Rethinking the Terminal - Why Warp Impresses Where Others Don't In my career, I've come across countless software solutions. But only a handful have truly impressed me. Google's V8 engine stands out for its innovation. Recently, Warp Terminal (warp.dev) joined that elite group. Unlike for (example) ChatGPT, which feels like a clever application of existing ideas on more powerful hardware, Warp feels like a fundamental shift. It's a ground-up re-imagining of the terminal experience, not just a prettier shell. Warp goes beyond basic emulation. It offers a modern, intuitive interface that makes working in the terminal a pleasure. From smart completions to intuitive editing, it streamlines workflows for developers of all levels. Some of my favourite features include workflows (essentially saved commands snippets with variables, multi-cursor editing, vim mode and the brand new notebooks (like jupyter). If you're looking for a terminal that elevates your development experience, look no further than Warp. It's a breath of fresh air in a landscape often defined by incremental improvements. https://lnkd.in/eCXCf8iy #WarpTerminal #DeveloperTools #SoftwareInnovation
Warp: Your terminal, reimagined
warp.dev
To view or add a comment, sign in
-
Top 5 System Design Tutorials by @alexyubyte 0. ByteByteGo - https://bit.ly/3P3eqMN 1. YouTube Design Tutorial - https://bit.ly/3bbNnAN 2. Chat system - https://bit.ly/3SbA9Eu 3. Scalability - https://bit.ly/3C17oTN 4. System Design Framework - https://bit.ly/3C4rRXI
To view or add a comment, sign in
-
Many early carefully hand-crafted software code optimizations became irrelevant as CPUs became faster and better. Similarly, many early optimizations in AI apps were meant to circumvent the limitations of LLM context window sizes. As the context windows have expanded, many applications can now stuff them with all possible context and find a good enough answer in most cases. While this is true for coding scenarios as well, we do see that having a large context window is helpful but not sufficient for large enterprise codebases. This is where global search and graph retrieval techniques help produce accurate results. This blog post from Beyang Liu, written in partnership with Google, explains in detail - https://lnkd.in/ghxn8twF
Toward infinite context for code
sourcegraph.com
To view or add a comment, sign in
-
🚀 Discover Warp: The Next-Gen Terminal for Developers 🖥️ I’ve been exploring Warp, a terminal built from the ground up for modern development workflows. It’s packed with features that make terminal use more efficient and developer-friendly. Check out these highlights: ✅ Command Palette: Quickly find and run commands without leaving the terminal. ✅ Blocks: Organize terminal output into blocks for easier navigation. ✅ AI-powered Autocompletion: Get suggestions for the next command to run. ✅ Visual Selection: Select text or command output just like in a regular text editor. ✅ Fast Search: Search through terminal output with blazing speed. ✅ Sharing: Share command outputs or blocks as links, images, or code snippets. ✅ Built-in Collaboration: Pair programming support to work together in real-time. ✅ Rich Output: Syntax highlighting for various programming languages directly in the terminal. ✅ Customizable Themes: Personalize your terminal with light, dark, and custom themes. ✅ Productivity Focused: Boost your workflow with keyboard shortcuts, fast history navigation, and more. ✅ Cross-platform: Available for macOS, and soon for other platforms. Try it out and see how it can transform your terminal experience: Warp https://www.warp.dev/ #DeveloperTools #Productivity #WarpTerminal #AI #TechInnovation #DeveloperExperience
Warp: Own the command line
warp.dev
To view or add a comment, sign in
-
Problem: Sentinel OS1 has too many steps during setup before operation. Now Introducing Machine Learning with Sentinel OS 2. ✅ https://bit.ly/3winSrB
To view or add a comment, sign in
-
https://lnkd.in/gjH47naE Rust Supports RISC-V right out of the box? That means all RISC-V devices can be coded on Rust!
The Adventures of OS
osblog.stephenmarz.com
To view or add a comment, sign in