frkhan commited on
Commit
597eb22
·
1 Parent(s): 255e074

Configured HF Spaces to Docker space.

Browse files
Files changed (1) hide show
  1. README.md +20 -9
README.md CHANGED
@@ -1,10 +1,21 @@
1
  ---
2
- title: LLM Web Scrapper
3
- emoji: 🤖
4
- colorFrom: indigo
5
- colorTo: pink
6
- sdk: gradio
7
- sdk_version: 5.46.1
8
- app_file: app.py
9
- pinned: false
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.