Skip to content

Commit

Permalink
add webwand ui to readme (#135)
Browse files Browse the repository at this point in the history
* feat: add screenshot of webwand to readme

* fix: center image

* Update README.md

Co-authored-by: Mengdi Chen <monday.chen@gmail.com>

* fix: added more text to explain screenshot

* fix: updated screenshots and moved it out of public folder

---------

Co-authored-by: Mengdi Chen <monday.chen@gmail.com>
  • Loading branch information
lynchee-owo and mondaychen authored Apr 23, 2024
1 parent 0386568 commit 3aba643
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ Crafted on top of the innovative fusion of multi-modal Large Language Models (GP

WebWand leverages the power of multi-modal Large Language Model, DOM state awareness, and semantic understanding of HTML to focus on essential webpage elements while filtering out noise.

Here is an example of WebWand annotating the website to better understand the environment.
<img src="media/web-annotation.png" alt="Screenshot of annotated website" width="50%" style="display: block; margin: 0 auto"/>


It also features a unique "Prior Knowledge Augmentation" system that allows WebWand to navigate websites with the wisdom of collective past experiences, crowdsourced from WebWand users.

We do NOT record your screen or collect browsing information or your prompts. It lives in your browser and uses your OpenAI key.
We do NOT collect your screenshots, browsing information or your prompts. It lives in your browser and is directly sent to the LLM API of your choice.

## Installing and Running

Expand Down
Binary file added media/web-annotation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/common/RecommendedTasks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useAppState } from "../state/store";

const tasks = [
'Post on twitter.com with content "an automated post from WebWand by @NormalComputing! :)" If I\'m not logged in, fail the task and wait for me to log in.',
"Find a book about AI and add a physical copy to cart on Amazon.com. Pick the cheaper one from papaerback and hardcover.",
"Find a book about AI and add a physical copy to cart on Amazon.com. Pick the cheaper one from paperback and hardcover.",
];

const RecommendedTasks = ({
Expand Down

0 comments on commit 3aba643

Please sign in to comment.