Keyword Extractor React OpenAI API Chakra UI Demo
This is a web application built with React, Chakra UI, and OpenAI API that extracts keywords from a text input.
- Clone the repository
git clone https://github.com/AmalShalabi/Keyword-Extractor-React-OpenAI-API-Chakra-UI.git
- Navigate to the project directory
cd Keyword-Extractor-React-OpenAI-API-Chakra-UI
- Install dependencies
npm install
- Create a .env file at the root of the project and add your OpenAI API key and VITE_OPENAI_API_URL
VITE_OPENAI_API_KEY=
VITE_OPENAI_API_URL=
- Start the development server
npm run dev
Type or paste the text you want to extract keywords from in the input field. Click the "Extract Keywords" button. The extracted keywords will be displayed in a list below the input field.
This application was built with:
- React
- Chakra UI
- OpenAI API
This project is licensed under the MIT License