Skip to content

Ashutosh0120/Ai-Article-Summarizer

Repository files navigation

AI Article Summarizer

image

Tech Stack: HTML Tailwind CSS JS REACTJS

Key Points:

  1. Used VITE, for setting up this React Project.
  2. Used Tailwind CSS, for creating the website design.
  3. Used Article Extractor and Summarizer Api from Rapid Api website, to add the functionality of summarizing the input website content.
  4. The local storage of the user is utilized for displaying past searches.

Note: For running this project, you need Rapid API key for your project. Steps:

  1. Go to this site https://rapidapi.com/restyler/api/article-extractor-and-summarizer .
  2. Now create account.
  3. Go to Pricing.
  4. Go to "Get Summarize" section from left panel.
  5. Copy the KEY provided in 'X-RapidAPI-Key':'KEY' in right side "headers" section in "const options" on Code snippet side.
  6. Go to "src/services/article.js", paste the copied key here, as shown below.

image

Project Credits: https://github.com/adrianhajdin