Skip to content

Sagar-333/Article_sumz

Repository files navigation

Article Summarizer with RapidAPI

Overview

This repository contains an article summarizer web application built using React and JavaScript, powered by the RapidAPI platform. Easily generate concise summaries of lengthy articles.

Features

  • Article Summarization: Generate summaries of articles quickly.
  • Customizable: Fine-tune the summarization model to your requirements.
  • User-Friendly: Intuitive interface for easy article summarization.
  • Efficiency: Fast processing for rapid results.

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/article-summarizer-react.git
  2. Change directory to the project folder:

    cd article-summarizer-react
  3. Install dependencies:

    npm install
  4. Create a .env file in the project root and add your RapidAPI API Key:

      VITE_RAPID_API_ARTICLE_KEY=your-api-key-here

Usage

  1. Start the development server:

    npm start
  2. Open your web browser and navigate to http://localhost:3000 to access the application.

  3. Enter the URL of the article you want to summarize.

  4. Click the "Summarize" button, and the tool will generate a summary of the article for you.

Enjoy using the Article Summarizer with RapidAPI! If you encounter any issues or have suggestions for improvements, please feel free to open an issue.