Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
unconv committed Nov 22, 2023
0 parents commit 2265114
Show file tree
Hide file tree
Showing 7 changed files with 1,751 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
screenshot.jpg
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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

```shell
$ 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?"
Loading

0 comments on commit 2265114

Please sign in to comment.