Skip to content

AmalShalabi/Keyword-Extractor-React-OpenAI-API-Chakra-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Installation

  1. Clone the repository
git clone https://github.com/AmalShalabi/Keyword-Extractor-React-OpenAI-API-Chakra-UI.git
  1. Navigate to the project directory
cd Keyword-Extractor-React-OpenAI-API-Chakra-UI
  1. Install dependencies
npm install
  1. 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=
  1. Start the development server
npm run dev

Usage

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.

Credits

This application was built with:

  • React
  • Chakra UI
  • OpenAI API

License

This project is licensed under the MIT License

About

This is a web application built with vite/React, Chakra UI, and OpenAI API that extracts keywords from a text input.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published