Spaces:
Running
Running
Configured HF Spaces to Docker space.
Browse files
README.md
CHANGED
|
@@ -1,10 +1,21 @@
|
|
| 1 |
---
|
| 2 |
-
title: LLM Web
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
-
sdk:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: LLM Web Scraper
|
| 3 |
+
emoji: 🕸️
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
## LLM Web Scraper
|
| 11 |
+
|
| 12 |
+
This application uses Docker for deployment on Hugging Face Spaces.
|
| 13 |
+
|
| 14 |
+
It combines web scraping with the power of Large Language Models (LLMs) to extract specific information from web pages.
|
| 15 |
+
|
| 16 |
+
### How to Use
|
| 17 |
+
1. **Enter a URL**: Provide the URL of the web page you want to analyze.
|
| 18 |
+
2. **Define Your Query**: Specify the exact information you're looking for.
|
| 19 |
+
3. **Scrape the Web Page**: Choose a scraper and extract the page content.
|
| 20 |
+
4. **Select Model & Provider**: Choose an LLM for information extraction.
|
| 21 |
+
5. **Extract Info by LLM**: Get a structured answer based on your query.
|