Skip to content

Battlebee12/AI-helperChatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelpBot AI

An AI-powered assistant that answers user questions based on help center documentation — built as a technical interview prototype.

“How do I reset my password?”
“Where can I update my payment info?”
“How do I invite teammates?”

HelpBot delivers fast, relevant answers by searching through help articles and using GPT to provide clear, human-like responses.


What It Does

  • Understands user questions using OpenAI embeddings
  • Searches help documents for the most relevant matches
  • Summarizes the best answer using GPT (optional layer)
  • Simple CLI or UI interface for testing and demonstration

Project Structure

image

Installation & Setup

1. Clone the Repository

git clone https://github.com/your-username/helpbot.git
cd helpbot

2. Create Virtual Environment

python3 -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

3. Install Dependencies

pip install -r requirements.txt

4. Add Your API Key

Create a .env file in the root directory with:

ini

OPENAI_API_KEY=your-api-key-here

5. Run the Bot

python src/main.py

Built by Sarab as part of a technical prototype project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages