Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-26T10:58:53.000Z (over 1 year ago)
- Last Synced: 2024-11-14T03:35:14.710Z (2 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: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [AI-Summarizer](https://exslym.github.io/AI-Summarizer/)
[![preview](https://github.com/exslym/AI-Summarizer/blob/main/public/preview.jpg)](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`