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.
- Extracts key phrases from input text
- Simple and user-friendly interface
- Responsive design
- Frontend: React.js
- Design: Chakra UI
- Backend: OpenAI API
- Clone the repository:
git clone https://github.com/your-username/keyword-extractor.git cd keyword-extractor
- Install the dependencies:
npm install
- Create a .env file in the root directory and add your OpenAI API key:
REACT_APP_OPENAI_API_KEY=your-openai-api-key
- Start the development server:
npm start
- 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.