16 lines
148 B
Markdown
16 lines
148 B
Markdown
|
# LangChain Web Summarization
|
||
|
|
||
|
This example summarizes a website
|
||
|
|
||
|
## Setup
|
||
|
|
||
|
```
|
||
|
pip install -r requirements.txt
|
||
|
```
|
||
|
|
||
|
## Run
|
||
|
|
||
|
```
|
||
|
python main.py
|
||
|
```
|