An open API service indexing awesome lists of open source software.

https://github.com/k0msenapati/content-summary-tool

🤖 Summarize long-form text in a snap...
https://github.com/k0msenapati/content-summary-tool

bun copilotkit groq tailwind

Last synced: 5 months ago
JSON representation

🤖 Summarize long-form text in a snap...

Awesome Lists containing this project

README

          



Content Summary Tool


### ⭐ About
A tool where users can input long-form content, and the app generates concise summaries

$~$

Screenshots

![image](https://github.com/user-attachments/assets/648d2bfa-e48b-4288-9628-b5a2b01fee66)

$~$

### 📤 Set up
- These are the steps required to install the project.

1. Get API key from [GROQ](https://console.groq.com).
2. Clone the repo
```sh
git clone https://github.com/kom-senapati/content-summary-tool
```
3. Install NPM packages
```sh
npm install
```
4. Enter your API Keys in `.env.local` as stated in `.env.example`.
5. Run development server
```sh
npm run dev
```