Skip to content

This project aims to create a frontend React application capable of extracting optimal keywords from text using OpenAI's completions API. Leveraging recent advancements in AI, including Chat GPT and GPT-4, we'll explore the potential to develop innovative solutions.

Notifications You must be signed in to change notification settings

swamydyapa/AI-Keyword-Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Keyword Extractor

This is a simple tool built with React and Chakra UI that uses the Open AI chat completion API to extract the best keywords from any given text.

How to use

Install dependencies:

npm install

Open .env and add your API key. You can get your key at https://platform.openai.com/account/api-keys.

VITE_OPENAI_API_KEY='ADD_YOUR_KEY_HERE'

Important: Your API key is not secure as there is no backend. If you decide to use this tool in production, you should add a backend to it and store the API key there.

Run the dev server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

To build for production:

npm run build

License

MIT License

About

This project aims to create a frontend React application capable of extracting optimal keywords from text using OpenAI's completions API. Leveraging recent advancements in AI, including Chat GPT and GPT-4, we'll explore the potential to develop innovative solutions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published