mirror of
https://github.com/tcsenpai/easy-web-summarizer.git
synced 2025-06-06 10:35:20 +00:00
Add installation instructions and requirements
This commit is contained in:
parent
39458febd5
commit
d5151a3a2d
12
README.md
12
README.md
@ -2,6 +2,18 @@
|
||||
|
||||
A Python script designed to summarize webpages from specified URLs using the LangChain framework and the ChatOllama model. It leverages advanced language models to generate detailed summaries, making it an invaluable tool for quickly understanding the content of web-based documents.
|
||||
|
||||
## Requirements
|
||||
|
||||
[ollama](https://ollama.com/) must be installed and served
|
||||
|
||||
```bash
|
||||
ollama run llama2
|
||||
```
|
||||
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
## Features
|
||||
|
||||
- Summarization of webpages directly from URLs.
|
||||
|
Loading…
x
Reference in New Issue
Block a user