This project is an AI summarizer application built using OpenAI's API, React, Vite, and Tailwind CSS. The template provides a minimal setup to get React working in Vite with Hot Module Replacement (HMR) and includes some ESLint rules for code quality.
- Summarize text using OpenAI's powerful language model.
- Utilizes React for building the user interface.
- Vite for fast and efficient development with HMR support.
- Tailwind CSS for styling the application.
To get started with this project, follow these steps:
Open your terminal and run the following command:
https://github.com/abhishekmanhar/Cogito-AI-Summarizer.git
Run the following command to install all the required dependencies:
npm install
3. Get your OpenAI API key and set it as an environment variable. You can obtain the API key by signing up on the OpenAI website.
VITE_RAPID_API_ARTICLE_KEY=
npm run dev
Open your browser and visit http://localhost:5173 to view the application.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh