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
- Host: GitHub
- URL: https://github.com/bhartik021/summarizeme
- Owner: bhartik021
- Created: 2023-04-23T11:19:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-29T15:56:10.000Z (over 2 years ago)
- Last Synced: 2025-04-11T20:19:53.921Z (7 months ago)
- Language: JavaScript
- Homepage: https://summarizeme-coral.vercel.app
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#  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