Add webpage summarizer web UI

This commit is contained in:
Mert Cobanov 2024-03-21 20:43:52 +03:00
parent f22044abf1
commit 7966b5be7e

View File

@ -15,10 +15,21 @@ To use the webpage summarizer, run the script from the command line, providing t
```bash ```bash
python 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.
### Web UI
To use the webpage summarizer in you web browser, you can also try gradio app.
```bash
python webui.py
```
## Development ## 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. 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 ## License
This script is released under the MIT License. See the LICENSE file in the repository for full details. This script is released under the MIT License. See the LICENSE file in the repository for full details.