Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 732 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 732 Bytes

Google News Summarization

This is my final project for the NLP class at UFMG. It consists in a news headlines summarizer.

It uses the GoogleNews API and the HuggingFace summarization pipeline to summarize only the headlines of a given search. I summarize only the headlines as I'm trying to just give a quick overview of the search news and this makes it unnecessary to scrape the news text for every source.

The whole work can be seen in the jupyter-notebook.

There is also a video in portuguese explaining it.

Hope you like it!