Skip to content

afrahshah/summarizer

Repository files navigation

OpenAI Article Summariser

This project is an article summarizer built with React and Vite. It allows users to input the URL of an article and receive a summary generated using the OpenAI Rapid API.

Live Demo

You can view the deployed site here: Article Summariser

Project demonstration:

Initial

a

Extraction of article

summary

Installation

To install this project, follow these steps:

  1. Clone the repository

    git clone https://github.com/afrahshah/summarizer.git
    
  2. Navigate to project directory

    cd summarizer
    
  3. Install dependencies

    npm install
    
  4. Configure OpenAI API

    Create a .env file in the root directory of the project. Add your OpenAI API key to the .env file

Usage

  1. Start the development server
 npm run dev
  1. Navigate to http://localhost:5173 in your web browser.

  2. Summarize! Enter the URL of the article you want to summarize. Click the "Summarize" button to receive the summary.

Contributions

Feel free to open issues or submit pull requests if you have suggestions or improvements for this project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published