Add Turkish language translation and support for summarizing YouTube videos

This commit is contained in:
Mert Cobanov 2024-05-01 20:27:20 +03:00
parent 4bca66964b
commit 87bd68e8f6

View File

@ -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