https://github.com/nikeshcohen/quickread
An AI powered web application that allows users to easily summarise any article using Open-AI's GPT-4 model.
https://github.com/nikeshcohen/quickread
ai gpt4 javascript react reactquery tailwind
Last synced: about 2 months ago
JSON representation
An AI powered web application that allows users to easily summarise any article using Open-AI's GPT-4 model.
- Host: GitHub
- URL: https://github.com/nikeshcohen/quickread
- Owner: NikeshCohen
- Created: 2024-04-17T06:35:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T07:07:23.000Z (about 2 years ago)
- Last Synced: 2025-12-31T05:20:04.141Z (6 months ago)
- Topics: ai, gpt4, javascript, react, reactquery, tailwind
- Language: JavaScript
- Homepage: https://quickread-ai.netlify.app/
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
QuickRead

QuickRead is an AI-powered web application that leverages OpenAI's powerful GPT-4 model to provide users with seamless article summarization. Easily generate concise summaries of any article, saving time and enhancing comprehension. Additionally, access your most recently summarized articles instantly, with the convenience of local storage persistence.
## Usage:
You may want to use the live version of QuickRead: https://quickread-ai.netlify.app/
1. Clone the repository:
`git clone https://github.com/NikeshCohen/QuickRead.git`
2. Cd into the project:
`cd QuickRead`
3. Set up your env file with a api key from [Rapid api](https://rapidapi.com/restyler/api/article-extractor-and-summarizer)
`VITE_Rapid_API_Key=your_api_key`
4. Install the dependencies and run the application:
`npm install`
`npm run dev`