Back to all Bounties
Earn 3,600 ($36.00)
due 2 years ago
In Progress
Build a basic webapp that uses GPT-3 to execute a series of actions on the web through Playwright
mrock3
Details
Applications
3
Discussion
Bounty Description
Problem Description
Essentially we are looking for an ultra simple web app version of the Natbot:
https://github.com/nat/natbot
Acceptance Criteria
Design the front end using HTML, CSS, and JavaScript and the backend using Python and the Flask framework.
The Web app is basically a simple Title (GPT Browser Actions) and a textfield input for the prompt. The following prompts should work:
- "Search google for the best hotels around me"
- Result: A new browser page is opened, goes to google.com, enters best hotels around me, all based on GPT3 providing playwright code to execute as in the example of Natbot
- "Search Paris on Google Maps"
- Result: A new browser page is opened, goes to maps.google.com, searches Paris