mrb1nary / AI-Article-Summarizer

Condense/summarize articles powered by OpenAI GPT-4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

đŸ¤–ARTICULATOR

AI Article Summarizer is a web application that uses OpenAI model to summarize any article. The application is built using React, Redux, Tailwind CSS. With this application, users can enter any URL or text to summarize and get a concise summary of the main points of the article.

Features

Summarize any article using OpenAI model Enter URL or text to summarize Get a concise summary of the main points of the article

Getting Started

To run this project on your local machine, you need to have Node.js installed. Follow the steps below:

  1. Fork the repo
  2. Clone the repo to your local machine
  3. Go inside the project folder and hit npm install
  4. Create a .env file at the root directory in your project
  5. Go to Article Summarizer API and signup for a key
  6. Copy the key and paste it inside the .env file with the field VITE_RAPID_API_KEY
    Example VITE_RAPID_API_KEY=xxxxxxxxx
  7. Finally start the local developement server using npm run dev
final.cropped.mp4

About

Condense/summarize articles powered by OpenAI GPT-4


Languages

Language:JavaScript 88.4%Language:CSS 8.1%Language:HTML 3.4%