Skip to content

Generate keywords from text using OpenAI's chat completion API 🤖

Notifications You must be signed in to change notification settings

Lalitkumar4/ai-keywordSense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI KeywordSense Tool

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.

⚙️ Technologies Used

  • ReactJS
  • Chakra UI
  • Framer motion
  • Vite

Getting Started

Install dependencies:

npm install

Set up environment variables:

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

Build for production

npm run build

License

This project is under the MIT License.

About

Generate keywords from text using OpenAI's chat completion API 🤖

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published