Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ajay-mandal/summarizer_ai_reactapp

This is a react app that use rapidapi based on GPT-4 to summarize the url proviede and output a descriptive summary
https://github.com/ajay-mandal/summarizer_ai_reactapp

ai localstorage reactjs rest-api summarization tailwindcss

Last synced: about 2 months ago
JSON representation

This is a react app that use rapidapi based on GPT-4 to summarize the url proviede and output a descriptive summary

Awesome Lists containing this project

README

        

# Summarizer_AI_ReactApp

Welcome to the AI Article Summarizer React App. This project is a web application built using react.js, Vite.js, Tailwind CSS, and Redux.js, designed to summarize website article using GPT-4 API from Rapid API.

You can see the live demo of the AI-Based Article Summarizer React App here


Summarease-AI

### Features
- Article Summarization: Utilizes AI algorithms to generate concise summaries of website articles.
- Vite.js: Built with the modern and fast Vite.js development environment.
- Tailwind CSS: Stylish and responsive user interface created with Tailwind CSS.
- Redux.js: State management for handling application data.
- User-Friendly: Simple and intuitive user interface for easy summarization.

## Getting Started
To get a copy of this project up and running on your local machine, follow these steps:

### Clone the Repository

```
git clone https://github.com/ajay-mandal/Summarizer_AI_ReactApp.git

```
### Navigate to the Project Directory
```
cd Summarizer_AI_ReactApp
```
### Install Dependencies
```
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
npm install react-redux
```
### Start the Development Server
```
npm run dev
```

### Open the App in Your Browser

The development server should start, and you can open the app in your browser by navigating to http://localhost:port, where port number is given in the terminal.

## Usage
Input Article URL: On the app's home page, you can enter the URL of the article you want to summarize.

Click Summarize: After entering the article URL, click the "enter" button.

View Summary: The AI will process the input, and you will see a summarized version of the article displayed on the screen.

History: The webapp will keep the record of all article summary that the user have previously entered.

Feel free to explore and enhance this AI-Based Article Summarizer React App. If you have any questions or suggestions, please don't hesitate to reach out. Enjoy summarizing articles with AI!