Sanchariii / SummarizeToday

Home Page:https://sanchari-summarize-today.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SummarizeToday: A Summarised News Portal

SummarizeToday is a Python script and Streamlit web application that allows users to fetch and display news articles from Google News. The script utilizes web scraping techniques to collect news articles, while the web application provides an interactive and user-friendly interface to access and summarize news content.

Demo

  • The UI :
image
  • The Summarized News : image

Features

  • Choose from a variety of news categories.

  • Explore the latest top news articles.

  • Search for specific topics of interest.

  • View summarized news articles.

  • Get a glimpse of the news poster image.

Prerequisites

Before running the application, ensure you have the following requirements installed:

  • Python 3.x
  • Python libraries: BeautifulSoup, Newspaper, NLTK, Streamlit
  • Pillow (PIL) for image handling

You can install the necessary libraries using pip:

Installation

  1. Clone the repo

    git clone https://github.com/Sanchariii/SummarizeToday.git
  2. Install Python packages

    pip install -r requirements.txt
  3. Deploy the Streamlit web application

    streamlit run App.py

Structure

This repository contains the following files:

  • scrape_news.py: Contains the Python script for web scraping and news retrieval.

  • App.py: Includes the Streamlit web application logic for user interaction and news display.

  • requirements.txt: Lists the Python libraries required to run the application.

Contributing

If you'd like to contribute to this project, please fork the repository and create a pull request.

License

This project is licensed under the Don't Be a Jerk License - see the LICENSE file for details.