A tool where users can input long-form content, and the app generates concise summaries
- These are the steps required to install the project.
- Get API key from GROQ.
- Clone the repo
git clone https://github.com/kom-senapati/content-summary-tool
- Install NPM packages
npm install
- Enter your API Keys in
.env.local
as stated in.env.example
. - Run development server
npm run dev