Add installation instructions and requirements

This commit is contained in:
Mert Cobanov 2024-03-21 20:53:08 +03:00
parent 39458febd5
commit d5151a3a2d

View File

@ -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. 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 ## Features
- Summarization of webpages directly from URLs. - Summarization of webpages directly from URLs.