Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.28 KB

README.md

File metadata and controls

47 lines (36 loc) · 1.28 KB

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