Skip to content

kritibehl/AI-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Instructions

1️⃣ Clone the Repository

git clone https://github.com/kritibehl/AI-Chatbot.git cd AI-Chatbot

2️⃣ Create a Virtual Environment

python3 -m venv chatbot_env source chatbot_env/bin/activate # On Mac/Linux chatbot_env\Scripts\activate # On Windows

3️⃣ Install Dependencies

pip install --upgrade pip pip install -r requirements.txt

4️⃣ Train the Chatbot

python train_chatbot.py

5️⃣ Run the Chatbot

python chatbot.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages