Skip to content

React app that uses OpenAI chat completions API to analyze text and extract the best keywords

Notifications You must be signed in to change notification settings

tanvi-radia/Keyword-Extractor-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keyword Extractor React app - OpenAI

Description

AI-powered frontend React app that will extract the best keywords from any given text. We will be using the completions API from Open AI to generate the keywords. Basically, 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.

I have used Vite and react.js as front-end tools in this project and Chakra UI library. It is super easy to use and it's very customizable. If you want to use a different UI library or just use your own CSS, you can do that as well.

image image

Limitation:

This project has no custom backend to store API key on the server. As, to fetch the API key user must request the server, and server must request to OPENAI for secret key creation.

Setup

Install dependencies:

npm install

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

About

React app that uses OpenAI chat completions API to analyze text and extract the best keywords

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published