Spaces:
Sleeping
Sleeping
Update Readme.md
Browse files
Readme.md
CHANGED
@@ -1,43 +1,12 @@
|
|
1 |
---
|
2 |
-
title: Browser Automation
|
3 |
emoji: π
|
4 |
colorFrom: blue
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 4.19.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
# Browser Automation with LLM Demo
|
13 |
-
|
14 |
-
This Space demonstrates browser automation using natural language commands processed by DeepSeek's language model through a simple interface.
|
15 |
-
|
16 |
-
## Features
|
17 |
-
|
18 |
-
- Natural language browser control
|
19 |
-
- Secure API key handling
|
20 |
-
- Headless browser automation
|
21 |
-
- Real-time task execution
|
22 |
-
|
23 |
-
## Usage
|
24 |
-
|
25 |
-
1. Enter your DeepSeek API key
|
26 |
-
2. Write your task in natural language
|
27 |
-
3. Click "Submit" and wait for results
|
28 |
-
|
29 |
-
## Example Tasks
|
30 |
-
|
31 |
-
- "Go to wikipedia.org and get the first paragraph about artificial intelligence"
|
32 |
-
- "Visit news.ycombinator.com and list the top 3 headlines"
|
33 |
-
- "Go to weather.com and get the temperature for New York"
|
34 |
-
|
35 |
-
## Technical Details
|
36 |
-
|
37 |
-
Built with:
|
38 |
-
- Gradio for the UI
|
39 |
-
- Playwright for browser automation
|
40 |
-
- LangChain for LLM integration
|
41 |
-
- DeepSeek for natural language processing
|
42 |
-
|
43 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Browser Automation Demo
|
3 |
emoji: π
|
4 |
colorFrom: blue
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
+
sdk_version: "4.19.2"
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|