Spaces:
Running
Running
Carlos Gonzalez
commited on
Commit
·
0358ad3
1
Parent(s):
b1f90a5
Add Hugging Face Spaces config to README
Browse files
README.md
CHANGED
@@ -1,3 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<img src="./assets/web-ui.png" alt="Browser Use Web UI" width="full"/>
|
2 |
|
3 |
<br/>
|
|
|
1 |
+
---
|
2 |
+
title: WebCrawler
|
3 |
+
emoji: 🕷️
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: blue
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.16.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
# WebCrawler
|
13 |
+
|
14 |
+
A browser automation and research tool powered by OpenAI and Gradio.
|
15 |
+
|
16 |
+
## Usage
|
17 |
+
|
18 |
+
- Enter your OpenAI API key in the Space secrets.
|
19 |
+
- Use the web UI to run research tasks.
|
20 |
+
|
21 |
+
## Features
|
22 |
+
|
23 |
+
- Automated browser research
|
24 |
+
- PDF-like report generation
|
25 |
+
- OpenAI LLM integration
|
26 |
+
|
27 |
<img src="./assets/web-ui.png" alt="Browser Use Web UI" width="full"/>
|
28 |
|
29 |
<br/>
|