Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 839 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 839 Bytes

Article Summarizer using GPT-4

This is a simple AI summarizer built with Next.js, Tailwind CSS, and TypeScript. It's deployed on Vercel and powered by RapidAPI.

Setup and Usage

Follow these steps to set up and run the application:

  1. Clone the repository:

    git clone https://github.com/AntonyJudeShaman/article-summarizer.git
  2. Install the dependencies. This project uses pnpm:

    pnpm i
  3. Create a .env file and set your RapidAPI key:

    echo "NEXT_PUBLIC_API_ARTICLE_KEY=<RAPID-API-KEY>" > .env

    You can get your API key from RapidAPI

  4. To run the application, use the following command:

    pnpm dev

    or

    npm dev