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...
- Host: GitHub
- URL: https://github.com/k0msenapati/content-summary-tool
- Owner: k0msenapati
- Created: 2024-10-23T07:24:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-23T08:36:49.000Z (over 1 year ago)
- Last Synced: 2026-01-13T12:15:57.358Z (5 months ago)
- Topics: bun, copilotkit, groq, tailwind
- Language: TypeScript
- Homepage: https://content-summary-tool.vercel.app
- Size: 338 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

$~$
### 📤 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
```