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

https://github.com/bhartik021/summarizeme

Simplify your reading with Summize, an open-source article summarizer that transforms lengthy articles into clear and concise summaries
https://github.com/bhartik021/summarizeme

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# ![favicon-2](https://user-images.githubusercontent.com/75694208/233992679-ffcb2c2d-578d-432f-835a-a3a99069c015.png) SummarizeMe

https://github.com/bhartik021/summarizeme/assets/75694208/63bbe626-89c8-4874-bfbf-9689a099b179

## Table of Contents

1. Overview
2. What this Application does
3. UML
4. Technologies Used

## Overview

SummarizeMe is an open-source article summarizer application that provides users with clear and concise summaries of lengthy articles. The application utilizes OpenAI's GPT model and RapidApi to generate summaries. It also incorporates local storage to save history, handles form events, and catches errors to ensure a smooth user experience. The frontend is built using HTML, CSS, and JavaScript with ReactJS as the framework, and Tailwind CSS as the CSS framework for styling. Additionally, it integrates a **copy to clipboard** feature for easy sharing of the generated summaries.

## What this Application does

- Summarizes article using OpenAI's GPT model and RapidApi.
- Save history using the local storage
- Handle form events and catch errors
- Allows user to copy to clipboard the summarized article.

## Technologies Used

- Frontend - HTML, CSS, JavaScript, Reactjs
- CSS Framework - Tailwind CSS
- API - RapidApi ([Article Extractor and Summarizer](https://rapidapi.com/restyler/api/article-extractor-and-summarizer?utm_source=youtube.com%2FJavaScriptMastery&utm_medium=referral&utm_campaign=DevRel))
- Developer Tooling - Prettier, git
- Design Tool - StarUML
- DevOps - GitHub, Vercel