● Made a news app that displays news summaries on a stack of cards, which can be swiped to view different news.
● Fetched the news data from news API and summarised it using an NLP model, and displayed it in the app on a stack of cards like UI.
● Used the test rank algorithm to rank the sentences of the news and displayed the top-ranked sentences on the app.
● Currently working on adding more functionality to the app like news search, bookmarking, and topic-specific news, and news in different languages.