https://github.com/ankur-krgarg/newsarticlesummarizer
Project is about Summarizing News Articles
https://github.com/ankur-krgarg/newsarticlesummarizer
cohere-ai langchain-python llm-training prompt-engineering
Last synced: 8 months ago
JSON representation
Project is about Summarizing News Articles
- Host: GitHub
- URL: https://github.com/ankur-krgarg/newsarticlesummarizer
- Owner: Ankur-krGarg
- License: apache-2.0
- Created: 2024-12-23T05:16:27.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-23T05:24:40.000Z (10 months ago)
- Last Synced: 2025-01-12T06:12:42.281Z (9 months ago)
- Topics: cohere-ai, langchain-python, llm-training, prompt-engineering
- Language: Jupyter Notebook
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NewsArticleSummary.ipynb
- License: LICENSE
Awesome Lists containing this project
README
The Project is about Reading News Article in Summarized manner.
This Project uses Langchain, Newspaper3K and Cohere
It has 3 mains points:
1) Firstly it summarizes new article
2) Secondly, it summarize article but in bullet points
3) Third, Summarize in bullet points but in RUSSIAN LanguageMy Use SYSTEM Prompt, to instruct the system that how to represent the article.
This Project shows the ability of Langchain to make daily work easy.