From 7966b5be7e045a10a0a174b5f527db9ca4ae36ab Mon Sep 17 00:00:00 2001 From: Mert Cobanov Date: Thu, 21 Mar 2024 20:43:52 +0300 Subject: [PATCH] Add webpage summarizer web UI --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 521d142..319b48e 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,21 @@ To use the webpage summarizer, run the script from the command line, providing t ```bash python summarizer.py -u "http://example.com/document" ``` + Replace `http://example.com/document` with the actual URL of the document you want to summarize. +### Web UI + +To use the webpage summarizer in you web browser, you can also try gradio app. + +```bash +python webui.py +``` + ## Development + To contribute to the development of this script, clone the repository, make your changes, and submit a pull request. We welcome contributions that improve the script's functionality or extend its capabilities. ## License + This script is released under the MIT License. See the LICENSE file in the repository for full details.