News Summarization Android Application using NLP
● An app that provides summaries of news articles using the SpaCy NLP library.
● Utilized the News API to retrieve news articles from various categories.
● Implemented Article Summarizer Feature for users to conveniently paste the link of an external news source and generate a summary for that particular news.
● Implemented news bookmark feature using Room Database and Firebase database to authenticate the users.
● Technology used: Android Studio, Java, Python, Spacy, Chaquopy, retrofit for API call, Firebase , Room Database.