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.
- Next.js
- Tailwind
- TLDRThis API
- Rewriter/Paraphraser/Text Changer API
- Clean and intuitive user interface
- Automatically detect the source language of the input text
- Fast and reliable parapharsing and summarizing process
- Run
npm install
in the terminal with the project. - 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>
- Run
npm run dev
in the terminal with the project. - Then go to localhost:3000.