https://github.com/exslym/ai-summarizer
An Article Summarizer Application using OpenAI's GPT-4 model (via Rapid API)
https://github.com/exslym/ai-summarizer
javascript rapidapi react redux-toolkit tailwindcss vite vitejs
Last synced: 7 months ago
JSON representation
An Article Summarizer Application using OpenAI's GPT-4 model (via Rapid API)
- Host: GitHub
- URL: https://github.com/exslym/ai-summarizer
- Owner: exslym
- Created: 2023-04-21T15:40:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T10:58:53.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T08:23:06.201Z (11 months ago)
- Topics: javascript, rapidapi, react, redux-toolkit, tailwindcss, vite, vitejs
- Language: JavaScript
- Homepage: https://exslym.github.io/AI-Summarizer/
- Size: 1.18 MB
- Stars: 7
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [AI-Summarizer](https://exslym.github.io/AI-Summarizer/)
[](https://github.com/exslym/AI-Summarizer/)
### This minimalistic cozy color app is an open-source article summarizer that transforms lengthy articles into clear and concise summaries, powered by RapidAPI (limited requests per day).
---
### Installation
```
npm install
```
### Start Dev Server
```
npm start
```
### Build Production Version
```
npm run build
```
### Deployment on GitHub Pages
```
npm run deploy
```
---
### Features:
`React` `Redux Toolkit` `Vite` `TailwindCSS` `Rapid API`