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

https://github.com/salimi-my/ai-summarizer

This is an app to simplify reading by condensing lengthy articles into concise summaries. User just need to paste the article URL and get the summary of that article transformed by AI.
https://github.com/salimi-my/ai-summarizer

ai rapidapi react rtk-query tailwindcss

Last synced: about 2 months ago
JSON representation

This is an app to simplify reading by condensing lengthy articles into concise summaries. User just need to paste the article URL and get the summary of that article transformed by AI.

Awesome Lists containing this project

README

          

# [AI Summarizer](https://summarizer.salimi.my) · [![Author Salimi](https://img.shields.io/badge/Author-Salimi-%3C%3E)](https://www.linkedin.com/in/mohamad-salimi/)

This is an app to simplify reading by condensing lengthy articles into concise summaries. User just need to paste the article URL and get the summary of that article transformed by AI.

## AI Summarizer

- An AI article summarizer
- Created using React
- Save summaries into local storage

## Tech/framework used

- React
- Tailwind
- Rapid API
- Redux Toolkit Query

## Starting the project

Open the [.env.example](/.env.example) and fill in your Rapid API key then save it as .env then run the following command:

```bash
npm install
# then
npm run dev
# to build
npm run build
```

## Demo

Hosted privately on personal DigitalOcean Droplet. [Click here](https://summarizer.salimi.my) to visit.


Direct link: `https://summarizer.salimi.my`

## Screenshots

#### Landing

![Landing](/screenshots/screenshot-1.png)

#### Summary

![Summary](/screenshots/screenshot-2.png)