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.
- The UI :
-
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.
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:
-
Clone the repo
git clone https://github.com/Sanchariii/SummarizeToday.git
-
Install Python packages
pip install -r requirements.txt
-
Deploy the Streamlit web application
streamlit run App.py
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.
If you'd like to contribute to this project, please fork the repository and create a pull request.
This project is licensed under the Don't Be a Jerk License - see the LICENSE file for details.