Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Laptop Guide Chatbot

Welcome to the AI Laptop Guide Chatbot! This intelligent chatbot helps you with laptop buying recommendations, budget tips, and technical specifications. It uses Natural Language Processing (NLP) and Machine Learning to understand your queries and provide relevant responses.

You can access the hosted application at this link.

Features

  • Laptop recommendations based on your needs
  • Budget-friendly options
  • Technical specifications explanation
  • Gaming laptop suggestions

Getting Started

Prerequisites

Before you begin, ensure you have the following installed on your machine:

  • Python 3.8 or higher
  • pip (Python package installer)

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/yourusername/ai-laptop-guide-chatbot.git
    cd ai-laptop-guide-chatbot
  2. Install the required packages:

    pip install -r requirements.txt

NLTK Data

Ensure you have the necessary NLTK data files. You can download them using the following Python commands:

import nltk
nltk.download('punkt')
nltk.download('stopwords')

Releases

Packages

Contributors

Languages