Skip to content

Web Scraping with GPT-4 Vision API and Puppeteer

Notifications You must be signed in to change notification settings

mjherich/gpt4v-browsing

 
 

Repository files navigation

GPT4 Vision Web Crawling

This is a GPT4 Vision API and Puppeteer powered tool that will answer questions based on website screenshots. You ask it a question and it will browse to a website and take a screenshot. Then it will use GPT4 Vision API to answer the question based on the screenshot.

Quick Start

$ npm install
$ pip install -r requirements.txt
$ python3 vision_crawl.py

Examples

You can ask stuff like this, for example:

  • "What is the weather like in California?"
  • "What are the latest news in the world?"
  • "What is the current stock price of Tesla?"

About

Web Scraping with GPT-4 Vision API and Puppeteer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.9%
  • JavaScript 16.1%