This project is an article summarizer built with React and Vite. It allows users to input the URL of an article and receive a summary generated using the OpenAI Rapid API.
You can view the deployed site here: Article Summariser
To install this project, follow these steps:
-
Clone the repository
git clone https://github.com/afrahshah/summarizer.git
-
Navigate to project directory
cd summarizer
-
Install dependencies
npm install
-
Configure OpenAI API
Create a .env file in the root directory of the project. Add your OpenAI API key to the .env file
- Start the development server
npm run dev
-
Navigate to http://localhost:5173 in your web browser.
-
Summarize! Enter the URL of the article you want to summarize. Click the "Summarize" button to receive the summary.
Feel free to open issues or submit pull requests if you have suggestions or improvements for this project