Celebi07 / CeleBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CeleBot

Introduction

This project is a custom chatbot implementation that utilizes Transformers, a powerful natural language processing model, to understand and generate human-like responses. The chatbot is integrated into a website developed using HTML, CSS, and JavaScript, making it accessible to users through their web browsers.

Prerequisites

Before running the project, ensure you have the following prerequisites installed:

  • Python (3.6 or higher)
  • pip package manager

Installation

To install the required Python packages, use the following commands:

pip install protobuf==3.20.*
pip install tensorflow-datasets==1.2.0

Running the Project

python app.py

About


Languages

Language:Python 63.3%Language:CSS 25.5%Language:JavaScript 5.9%Language:HTML 5.3%