This tool uses the Open AI chat completion API to extract the most relevant keywords from a given text. It is built with React and Chakra UI. To generate keywords, simply enter your text in the textarea field, and click on the generate keyword button and the tool will generate keywords for you.
ReactJS
Chakra UI
Framer motion
Vite
npm install
Create a .env
file in the root directory and add your OpenAI API key:
Get your key at 👉 https://platform.openai.com/account/api-keys
VITE_OPENAI_API_KEY=your_openai_api_key
VITE_OPENAI_API_URL=https://api.openai.com/v1/completions
Run dev server: (http://localhost:3000)
npm run dev
npm run build
This project is under the MIT License.