Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 1.99 KB

README.md

File metadata and controls

63 lines (44 loc) · 1.99 KB

Name Error - Article Extraction and Summarization

Article ProBot

Overview

Article ProBot is a web application built with Streamlit that allows users to extract content from articles, summarize the content, extract keywords, and find related articles based on those keywords. The application highlights the extracted keywords in the summarized text for better readability.

Features

  • Extract article content from Google search results.
  • Summarize the article content using a pre-trained model.
  • Extract keywords from the summarized content.
  • Find related articles based on the extracted keywords.
  • Highlight keywords in the summary for easy identification.

Installation

  1. Clone this repository:

    git clone https://github.com/yourusername/name_error.git
    cd name_error
  2. Install the required packages:

    pip install -r requirements.txt
  3. Run the Streamlit application:

    streamlit run name_error.py

Usage

  1. Enter the name of the article in the input field and press "Enter".
  2. Click on the "Summarize" button to extract and summarize the article.
  3. View the summarization points with highlighted keywords.
  4. Check out related articles based on the extracted keywords.
  5. Click on the original article URL to read the full article.

Screenshots

Home Page

Home Page

Summarized Content and Related Articles

Summarized Content

Technologies Used

Acknowledgments

  • Thanks to the Streamlit team for providing an excellent framework for building web applications.
  • Special thanks to Hugging Face for their amazing Transformers library.