-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Browser use with Llama 3.2 Vision Quickstart #799
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome! thanks @miguelg719 for the PR! it would be great if you would like to add a short video demoing it as well.
"outputs": [], | ||
"source": [ | ||
"few_shot_example_1 = \"\"\"\n", | ||
"User Input: \"How much did Nvidia stock gain today?\"\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we please change the query to a more neutral example.
"source": [ | ||
"import base64\n", | ||
"from IPython.display import Markdown\n", | ||
"imagePath= \"screenshot.png\"\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to add this screenshot in this folder as well? right now its been missing
Demo video added! @HamidShojanazeri |
Thanks @miguelg719 great PR! |
That's cool |
Browser Use Llama-Recipe
This is an example notebook on how to create a Llama 3.2 vision-powered agent that can interact with web browsers on your behalf. It includes a detailed explanation of every section and example use cases.
Features
For example, you can ask the agent to:
Before submitting
Pull Request section?
to it if that's the case.
Thanks for contributing 🎉!