NewsScope

Streamlit
application badge
Created by team Deep Dreamers on April 22, 2023

NewsScope project is a news search, summarization, and sentiment analysis app built with Python and Streamlit. It uses the GNews API to fetch news articles based on user input, and then applies TextBlob for sentiment analysis. It also employs AI21's Summarization API to generate a brief summary of the article. The app has two pages, one for searching news articles and one for displaying top headlines. The user can specify the language, country, and maximum number of results for the search. The app displays the title, summary, sentiment, and URL for each article found. The project requires installation of several Python libraries including Streamlit, TextBlob, and Requests.

Category tags: