forked from unconv/gpt4v-browsing
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 2265114
Showing
7 changed files
with
1,751 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
node_modules/ | ||
screenshot.jpg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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?" |
Oops, something went wrong.