Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.07 KB

ReadMe.md

File metadata and controls

46 lines (29 loc) · 1.07 KB

Career Counseling Assistant

A chatbot assistant that provides tailored career guidance to students worldwide, using OpenAI's Assistants API and a scraping function for up-to-date information.

Features

  • Personalized career advice based on the student's interests, academic achievements, and location.
  • Suggestions for potential career paths and educational transitions.
  • Integration with a scraping function for the latest data updates.
  • User-friendly chat interface.

Installation

  1. Clone the repository:

    git clone https://github.com/RaheesAhmed/Career-Counseling-Assistant.git
  2. Navigate to the project directory:

    cd Career-Counseling-Assistant
    
  3. Install the dependencies:

npm install

Usage

  1. Start the server:
npm start

Open your browser and go to localhost:3000 to test the chatbot.

Change the Knowledge Base Docs:

You can change your documents here in Data folder.Simply If you want to add more files just delete the Data.Index folder and run the chatbot again and it will take all new files.