From 87bd68e8f64e69e7c3a279ab50c55ef057c1f7d4 Mon Sep 17 00:00:00 2001 From: Mert Cobanov Date: Wed, 1 May 2024 20:27:20 +0300 Subject: [PATCH] Add Turkish language translation and support for summarizing YouTube videos --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49c6e8b..ac1a9a2 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ pip install -r requirements.txt ## Features -- Summarization of webpages directly from URLs. +- Summarization of webpages and youtube videos directly from URLs. +- Translates to Turkish language (other languages will be added soon!) - Integration with LangChain and ChatOllama for state-of-the-art summarization. - Command-line interface for easy use and integration into workflows. @@ -57,6 +58,7 @@ To contribute to the development of this script, clone the repository, make your - [x] Summarize youtube videos - [x] Dockerize project +- [ ] Translate to different languages - [ ] Serve on web ## License