https://github.com/sanchariii/summarizetoday
https://github.com/sanchariii/summarizetoday
newspaper3k pillow-library streamlit-webapp summarized-news
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sanchariii/summarizetoday
- Owner: Sanchariii
- License: other
- Created: 2023-10-25T16:58:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T18:01:12.000Z (almost 2 years ago)
- Last Synced: 2025-01-12T11:35:41.803Z (9 months ago)
- Topics: newspaper3k, pillow-library, streamlit-webapp, summarized-news
- Language: Python
- Homepage: https://sanchari-summarize-today.streamlit.app/
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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 :* The Summarized News :
## 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 handlingYou can install the necessary libraries using pip:
## Installation
1. Clone the repo
```sh
git clone https://github.com/Sanchariii/SummarizeToday.git
```2. Install Python packages
```sh
pip install -r requirements.txt
```3. Deploy the Streamlit web application
```sh
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](./LICENSE.md) - see the LICENSE file for details.