ezmoneysniperx / paraphrase-summarizer

A web app with paraphrase and summarize features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


ParaphraserSummarizerApp

ParaphraserSummarizerApp is a web project built with Next.js that revolutionizes text paraphrasing and summarization. With its user-friendly interface, ParaphraserSummarizerApp is the solution for students, professionals, and individuals seeking efficient content rephrasing and summarization.

Project Preview

PREVIEW APP

Built With

Features

  • Clean and intuitive user interface
  • Automatically detect the source language of the input text
  • Fast and reliable parapharsing and summarizing process

Run it locally

  1. Run npm install in the terminal with the project.
  2. Create a .env.local file in the root of the project and add the following:
PARAPHRASER_API_KEY=<paraphraser api key>
SUMMARIZER_API_KEY=<summarizer api key>
  1. Run npm run dev in the terminal with the project.
  2. Then go to localhost:3000.

About

A web app with paraphrase and summarize features


Languages

Language:JavaScript 94.2%Language:CSS 5.8%