Skip to content
/ Sumz Public

This repo is about a AI summarizer that can be used to generate text from a news articles within a few words and sentences. this for those who loves short and sweet

Notifications You must be signed in to change notification settings

Muddu2024/Sumz

Repository files navigation

Summarize any kind of article with just one click using the powerful OpenAI model.

  • React.js
  • TypeScript
  • Redux Toolkit
  • Tailwind CSS

👉 Modern User Interface: A modern and user-friendly interface, offering an intuitive experience for users.

👉 Summary Generation: Users can input the URL of a lengthy article, and the web app utilizes AI to provide a concise summary of the article content.

👉 History Saving with Local Storage: The app includes a history feature, allowing users to save summaries locally, providing a convenient way to revisit and manage their reading history.

👉 Copy to Clipboard Functionality: Enables users to easily share or store the summarized content by copying it to their clipboard.

👉 Advanced RTK Query API Requests: Utilizes the advanced capabilities of Redux Toolkit (RTK) Query for making API requests. These requests fire conditionally based on specific criteria, optimizing data fetching and management.

and many more, including code architecture and reusability

Follow these steps to set up the project locally on your machine.

Prerequisites

Make sure you have the following installed on your machine:

Installation

Install the project dependencies using npm:

npm install

Set Up Environment Variables

Create a new file named .env in the root of your project and add the following content:

VITE_RAPID_API_ARTICLE_KEY=

Replace the placeholder values with your actual credentials. You can obtain these credentials by signing up on the [Rapid API website Running the Project

npm run dev

About

This repo is about a AI summarizer that can be used to generate text from a news articles within a few words and sentences. this for those who loves short and sweet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published