这是indexloc提供的服务,不要输入任何密码
Skip to content

kasunvimarshana/chatbot

Repository files navigation

🤖 AI Chatbot System

Python Version License: MIT PRs Welcome

📖 Table of Contents

🌟 Description

An intelligent chatbot system featuring natural language processing and machine learning capabilities. The chatbot understands user intents, analyzes sentiment, and maintains conversation context for more human-like interactions.

🛠️ Setup

Prerequisites

  • Python 3.11.9
  • pip package manager
  • Recommended: 4GB+ RAM for training

Create and Activate Virtual Environment

# Create a virtual environment
python -m venv .venv
# activate virtual environment
.venv\Scripts\activate

Install Dependencies

# install the dependencies
pip install -r requirements.txt

🚀 Usage

# Train the Model
python app.py --train
# Run the Chatbot
python app.py

📄 License

MIT

About

Chatbot

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages