Skip to content

krantikumara/BrowserAutomationAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automator

Automating UI Automation. Inspired from https://github.com/mayt/BrowserGPT. This project allows you to control your browser using natural language. It integrates OpenAI's GPT-4 with the Playwright library, enabling seamless browser navigation. GPT-4 generates code snippets, which the Playwright executes to carry out specified tasks.

Other sections will be updated soon.

How to get started:

  1. Create and activate virtual env:
    python3 -m venv venv
    source venv/bin/activate
    
  2. Install requirements:
    pip install -r requirements
    
  3. Create a .env file with OPENAI_API_KEY
    OPENAI_API_KEY=xxxxxx
    
  4. Run the main.py python file
    python3 main.py
    

Contribute

Looking people to contribute to this project with ideas and improvement. Looking to create an opensource Web Automation Agents.

About

This project allows you to control your browser using natural language. It integrates OpenAI's GPT-4 with the Playwright library, enabling seamless browser navigation. GPT-4 generates code snippets, which the Playwright executes to carry out specified tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages