- Web based application which uses GPT4 based AI to summarize artciles baseed on the link provided
- Source: YouTube Video
- React
- Redux
- Tailwind CSS
- Displays a list of link(url) used.
- Displays the summary of articles.
These instructions will help you set up and run the project on your local machine.
List any prerequisites or system requirements here, such as Node.js and npm.
- Clone the repository:
git clone https://github.com/your-username/your-project.git- Change to the project directory:
cd your-project3 .Install dependencies:
npm install- Start the development server:
npm start