Skip to content

anishshetty6/KeywordExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keyword Extractor

This project is a Keyword Extractor that identifies important keywords from a given input passage. The frontend is built using React.js, styled with Chakra UI, and utilizes the OpenAI API for extracting keywords.

Features

  • Extracts key phrases from input text
  • Simple and user-friendly interface
  • Responsive design

Tech Stack

  • Frontend: React.js
  • Design: Chakra UI
  • Backend: OpenAI API

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/keyword-extractor.git
    cd keyword-extractor
    
  2. Install the dependencies:
    npm install
    
  3. Create a .env file in the root directory and add your OpenAI API key:
    REACT_APP_OPENAI_API_KEY=your-openai-api-key
    
  4. Start the development server:
    npm start
    

Usage

  • Open your browser and go to http://localhost:3000.
  • Enter the text from which you want to extract keywords.
  • Click the "Extract Keywords" button.
  • The extracted keywords will be displayed in the modal box.

Images

image

image

About

Keyword extractor from textblocks using OpenAI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published