Skip to content

Simplify your reading with Sumz, an open-source article summarizer that transforms lengthy articles into clear and concise summaries.

Notifications You must be signed in to change notification settings

essinn/ai-article-summarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Sumz - AI Article Summarizer

Simplify your reading with Sumz, an open-source article summarizer that transforms lengthy articles into clear and concise summaries.

Table of Contents

Introduction

Sumz is a web application designed to make reading easier by summarizing lengthy articles into brief and comprehensible summaries. Built with React for the frontend, Tailwind CSS for styling, and OpenAI's GPT-4 for generating summaries, Sumz aims to enhance your reading efficiency and comprehension.

Features

  • Summarize long articles into concise summaries
  • User-friendly interface built with React
  • Responsive design using Tailwind CSS
  • Leverages the power of OpenAI's GPT-4 for accurate summaries
  • Open-source project

Demo

Check out a live demo of the app here.

Installation

To run the project locally, follow these steps:

  1. Clone the repository

    git clone https://github.com/essinn/ai-article-summarizer.git
    cd ai-article-summarizer
  2. Install dependencies

    npm install
  3. Set up OpenAI API Key

    • Create a .env file in the root of the project
    • Add your OpenAI API key to the .env file
      API_KEY=your_openai_api_key
  4. Start the development server

    npm run dev
  5. Open your browser

    • Navigate to http://localhost:3000

Usage

  1. Paste the article URL
  2. Click "Enter"
  3. Read the generated summary

License

Sumz is released under the MIT License. See the LICENSE file for more information.

Acknowledgements


Thank you for using Sumz! If you have any questions or feedback, please open an issue on the GitHub repository.

About

Simplify your reading with Sumz, an open-source article summarizer that transforms lengthy articles into clear and concise summaries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published