/Summarizer

Summarize articles with OpenAI GPT-4

Primary LanguageJavaScript

Article Summarizer

This is a web application that allows you to summarize articles by simply providing a link to the article. The application uses Rapid API to extracts news/article body from a URL and uses GPT to summarize the article content and presents the summary in a clear and concise format.

Gif

summarizer gif

Screenshot

image

Installation

To install and run this application on your local machine, follow these steps:

Clone this repository: git clone https://github.com/rahurabh/Summarizer.git

Navigate to the project directory: cd summarizer

Install the dependencies: npm install

Start the development server: npm run dev

The application should now be running on http://localhost:5173

Usage

To use the application, simply enter the URL of the article you want to summarize and enter the return button. The application will then retrieve the article using the Rapid API and present a summary of the article.

Technologies Used

This application was developed using the following technologies:

Vite - Build tool and development server

React - JavaScript library for building user interfaces

Redux Toolkit - Redux library for efficient state management

Rapid API - API marketplace used to summarize articles

This application was developed by following along JavaScript Mastery channel