Skip to content
    Back to all Bounties

    Earn 3,600 ($36.00)

    Time Remainingdue 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
    mrock3
    Posted 2 years ago

    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:

    1. "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
    1. "Search Paris on Google Maps"
    • Result: A new browser page is opened, goes to maps.google.com, searches Paris