From d5151a3a2d8706fd700169734eeb709e13108fb9 Mon Sep 17 00:00:00 2001 From: Mert Cobanov Date: Thu, 21 Mar 2024 20:53:08 +0300 Subject: [PATCH] Add installation instructions and requirements --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 85bc419..110d8b7 100644 --- a/README.md +++ b/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.