jackabald / NuancedNews

NuancedNews is a web appilcation that aggregates news stories from multiple sources to provide a well-rounded perspective on current events.
MIT License
5 stars 12 forks source link

Use an Abstractive Summarization Model/ LLM to summarize articles on demand. #19

Open jackabald opened 1 month ago

jackabald commented 1 month ago

Create a button on the article component. When the button is pressed, scrape the article's content and summarize it. I think the best way to complete this would be using the Hugging Face Transformers library; however, please complete it how you see fit.