mirror of
https://github.com/tcsenpai/easy-web-summarizer.git
synced 2025-06-06 18:45:21 +00:00
Update README.md
This commit is contained in:
parent
f9dcd96a74
commit
2a551e007a
10
README.md
10
README.md
@ -1,19 +1,19 @@
|
|||||||
# Easy Docs Summarizer
|
# Easy Webpage Summarizer
|
||||||
|
|
||||||
A Python script designed to summarize documents 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.
|
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.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Summarization of documents directly from URLs.
|
- Summarization of webpages directly from URLs.
|
||||||
- Integration with LangChain and ChatOllama for state-of-the-art summarization.
|
- Integration with LangChain and ChatOllama for state-of-the-art summarization.
|
||||||
- Command-line interface for easy use and integration into workflows.
|
- Command-line interface for easy use and integration into workflows.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
To use the document summarizer, run the script from the command line, providing the URL of the document you wish to summarize:
|
To use the webpage summarizer, run the script from the command line, providing the URL of the document you wish to summarize:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python doc_summarizer.py -u "http://example.com/document"
|
python summarizer.py -u "http://example.com/document"
|
||||||
```
|
```
|
||||||
Replace `http://example.com/document` with the actual URL of the document you want to summarize.
|
Replace `http://example.com/document` with the actual URL of the document you want to summarize.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user